Initial Commit

This commit is contained in:
2025-06-18 19:08:13 +01:00
parent 83e8103969
commit 32af612bd6
20 changed files with 2708 additions and 34 deletions

9
svelte.config.js Normal file
View File

@ -0,0 +1,9 @@
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = {
preprocess: vitePreprocess(),
kit: { adapter: adapter() }
};
export default config;