first commit

This commit is contained in:
2026-04-01 13:56:56 -07:00
commit 0846dfc54f
14 changed files with 1991 additions and 0 deletions

View File

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