init
All checks were successful
release / release (push) Successful in 1m9s

This commit is contained in:
2024-08-09 15:59:23 +08:00
commit 246bef3b55
33 changed files with 63393 additions and 0 deletions

7
svelte.config.js Normal file
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({})]
};