Update to Svelte 5; Use the event callback instead of the effect

This commit is contained in:
DanikVitek
2025-04-28 20:28:43 +03:00
parent 669bf1fb97
commit b6fb019b34
6 changed files with 1188 additions and 956 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"checkJs": true
},
"exclude": ["node_modules", "**/node_modules/*"]
}