refactor: svelte

This commit is contained in:
2025-11-28 15:47:09 +03:00
parent eda0755f9d
commit 49530a9a70
14 changed files with 1184 additions and 3 deletions

7
frontend/vite.config.ts Normal file
View File

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