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

@ -1,5 +1,6 @@
{
"useTabs": true,
"useTabs": false,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,