Started working on Basevet!

This commit is contained in:
2023-07-10 16:14:20 +01:00
parent 6dd999010d
commit 35b37fdd7d
29 changed files with 2506 additions and 14150 deletions

View File

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