serve frontend from go

This commit is contained in:
u80864958
2025-05-05 10:00:50 +02:00
parent a06444c4df
commit 73a62b63ae
88 changed files with 76 additions and 36 deletions

2
.vscode/launch.json vendored
View File

@ -10,7 +10,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/backend/cmd/",
"program": "${workspaceFolder}/cmd/",
"args": ["serve"]
}
]