First commit

This commit is contained in:
Satakun Utama
2024-05-10 18:38:15 +07:00
commit 7c3cc4daba
22 changed files with 3850 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(),
}