Refactored frontend directory
Some checks failed
Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m46s

This commit is contained in:
2026-04-25 00:40:15 -04:00
parent db846f4e31
commit 127378797c
263 changed files with 88 additions and 79 deletions

6
.vscode/launch.json vendored
View File

@@ -35,7 +35,7 @@
"run",
"dev"
],
"cwd": "${workspaceFolder}/frontend/vue-app",
"cwd": "${workspaceFolder}/frontend",
"console": "integratedTerminal",
"serverReadyAction": {
"pattern": "Local:.*https://localhost:([0-9]+)",
@@ -48,7 +48,7 @@
"type": "pwa-chrome",
"request": "launch",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}/frontend/vue-app"
"webRoot": "${workspaceFolder}/frontend"
},
{
"name": "Python: Backend Tests",
@@ -76,7 +76,7 @@
"run",
"test:unit"
],
"cwd": "${workspaceFolder}/frontend/vue-app",
"cwd": "${workspaceFolder}/frontend",
"console": "integratedTerminal",
"osx": {
"env": {