This commit is contained in:
2025-05-11 12:55:47 +03:00
parent 19ae834c99
commit 373820ec8a
31 changed files with 1132 additions and 3 deletions

7
sweb/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(),
}