exceptions

This commit is contained in:
Andrea Bianchi
2026-05-05 19:50:18 +09:00
parent bd2b95ea1e
commit e51e774ef8
16 changed files with 1613 additions and 0 deletions

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