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
+10
View File
@@ -0,0 +1,10 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://svelte.dev/docs/kit/integrations
// for more information about preprocessors
preprocess: vitePreprocess(),
};
export default config;