setup commit

This commit is contained in:
Elgius
2023-04-05 11:17:43 +05:00
parent d5a430a522
commit ecfe4ae4ab
8 changed files with 1292 additions and 96 deletions

View File

@@ -1,4 +1,5 @@
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config} */
const config = {
@@ -7,7 +8,8 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
}
},
preprocess: vitePreprocess()
};
export default config;