added wails Svelte Template

This commit is contained in:
2024-07-09 10:16:53 -04:00
parent 5c3f0b969e
commit 49e399d50c
36 changed files with 1575 additions and 58 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()]
})