project baseline

This commit is contained in:
2026-03-01 14:46:22 +01:00
commit 8834a78b54
215 changed files with 105982 additions and 0 deletions

5
svelte.config.js Normal file
View File

@@ -0,0 +1,5 @@
import { vitePreprocess } from "@astrojs/svelte";
export default {
preprocess: [vitePreprocess({ script: true })],
};