feat(*): Add working version

This commit is contained in:
Josh Creek
2024-01-03 21:14:51 +00:00
parent 9b80b8c488
commit 6bfa06d3e8
14 changed files with 19535 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
});