first commit to move to svelte

This commit is contained in:
2025-11-21 16:47:50 +01:00
parent d1c95d2b8b
commit e4289ee1ac
31 changed files with 2155 additions and 46 deletions

View File

@@ -0,0 +1,8 @@
import adapter from '@sveltejs/adapter-static';
export default {
kit: {
adapter: adapter(),
paths: { base: '', assets: '' }
}
};