add basic functionality for frontend, json db

This commit is contained in:
2024-05-25 15:05:18 +02:00
parent d2763be27b
commit 7d55082f4d
44 changed files with 4146 additions and 22 deletions

6
front/vite.config.ts Normal file
View File

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