Add editor

This commit is contained in:
Jon Staab
2025-01-01 09:04:51 -08:00
parent f15f00866a
commit 408fdc067c
29 changed files with 3630 additions and 11 deletions
+6
View File
@@ -0,0 +1,6 @@
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});