svelte5 migration, formatting cleanup

This commit is contained in:
2025-02-11 13:13:17 +01:00
parent 44875efa7e
commit b5a740c302
32 changed files with 5782 additions and 1374 deletions

View File

@@ -12,6 +12,7 @@ bun --bun install
Copy `.env` to `env.tpl` and insert the correct folder locations
## running dev server
```bash
bun --bun run dev
```