chore: Svelte 5 migration & lint & type fixes (#24)

* fix formatting

* apply svelte-5 migration script

* use derived.by

* format again

* fix lint errors

* fix check errors

* fix unnecessary use of dismissedVersion

* add frontend CI

* set working dir to frontend

* fix working dir?

* and fix script names

* revert debug change

* add concurrency block & adjust pnpm cache-dependency-path
This commit is contained in:
Arno
2026-04-06 13:45:43 +02:00
committed by GitHub
parent de3cf7531f
commit a3e0b2f65a
209 changed files with 5152 additions and 2924 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import daisyui from 'daisyui';
export default {
plugins: [daisyui]
};
plugins: [daisyui]
};