Dev: add web-bff launch config for the production BFF on :8090

Runs the Web App Go BFF (go run . in Web App/server) that serves the
embedded dist and proxies /api -> :8080, so the compiled bundle can be
verified locally alongside the Vite dev server.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
tajniak81
2026-08-17 11:40:53 +02:00
co-authored by Claude Opus 4.8
parent 8ff4b31010
commit 47a9aef466
+8
View File
@@ -17,6 +17,14 @@
"port": 5173,
"autoPort": false
},
{
"name": "web-bff",
"runtimeExecutable": "go",
"runtimeArgs": ["run", "."],
"cwd": "Web App/server",
"port": 8090,
"autoPort": false
},
{
"name": "panel",
"runtimeExecutable": "npm",