Initial commit

This commit is contained in:
Casey Timm
2025-06-29 15:15:31 -04:00
commit 7900ecaaf8
14 changed files with 1638 additions and 0 deletions

6
vite.config.js Normal file
View File

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