🎉 begin frontend with Svelte
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
402fbf6a2c
commit
68e2f95223
11 changed files with 1837 additions and 0 deletions
6
frontend/vite.config.ts
Normal file
6
frontend/vite.config.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()]
|
||||
});
|
Reference in a new issue