Svetle again without TS

This commit is contained in:
2023-12-13 21:19:00 +01:00
parent 870769f95c
commit 927a3b4777
8 changed files with 2 additions and 3186 deletions

6
frontend/vite.config.js Normal file
View File

@@ -0,0 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});