Initial commit.

This commit is contained in:
Alfred Jophy 2026-02-02 21:08:33 +05:30
commit 950b2a5439
21 changed files with 2781 additions and 0 deletions

6
svelte.config.js Normal file
View file

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