Initialize Vite app

This commit is contained in:
2023-05-06 22:20:45 -05:00
commit bf2e2e2b06
18 changed files with 2491 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}