FEAT: Added barebones input form
Some checks failed
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m37s
Build and Push Development Docker Image / build-and-push (push) Successful in 1m41s
Run Unit and Integration Tests / test (push) Failing after 1m1s

This commit is contained in:
2025-06-18 20:36:50 +01:00
parent 5c9ac2ec7b
commit 0b0684a334
11 changed files with 288 additions and 6 deletions

View File

@ -39,5 +39,8 @@
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"svelte-toasts": "^1.1.2"
}
}