refactoring of everything

This commit is contained in:
2023-11-02 10:46:12 +01:00
parent c6f5de405f
commit e04c6a5079
31 changed files with 893 additions and 272 deletions

6
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()]
});