Migrated components to Svelte 5 runes and fixed tooltip

This commit is contained in:
2026-05-08 13:37:53 +02:00
parent 2e47984bef
commit 41152138c1
4 changed files with 32 additions and 28 deletions
+3
View File
@@ -2,6 +2,9 @@ import adapter from '@sveltejs/adapter-auto';
/** @type {import('@sveltejs/kit').Config} */
const config = {
compilerOptions: {
runes: true,
},
kit: {
adapter: adapter()
}