first working prototype

This commit is contained in:
2023-06-19 20:38:45 +02:00
parent 89612f02b6
commit 120781a57a
287 changed files with 863 additions and 268 deletions

View File

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