Initial svelte migration

This commit is contained in:
2025-10-07 11:08:04 -04:00
parent c4855bb3e3
commit 20d1c95f7c
20 changed files with 4811 additions and 13161 deletions

7
vite.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vite.dev/config/
export default defineConfig({
plugins: [svelte()],
})