init commit

This commit is contained in:
Julian Freeman
2024-07-05 20:57:47 -04:00
parent f9731bbd3e
commit 2a38a3bf18
46 changed files with 6407 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()]
});