chore(*): Add base sveltekit

This commit is contained in:
Josh Creek
2025-06-08 17:13:52 +01:00
parent f58b626fbf
commit 52936772a1
21 changed files with 3672 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
import adapter from '@sveltejs/adapter-netlify';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = {
preprocess: vitePreprocess(),
kit: { adapter: adapter() }
};
export default config;