lets try sveltekit thensies

This commit is contained in:
2026-01-30 14:01:54 +13:00
commit 7b44b41579
23 changed files with 2436 additions and 0 deletions

6
svelte.config.js Normal file
View File

@@ -0,0 +1,6 @@
import adapter from '@sveltejs/adapter-node';
/** @type {import('@sveltejs/kit').Config} */
const config = { kit: { adapter: adapter() } };
export default config;