fix: harden real backend workflows and channel connections

This commit is contained in:
hectorzhao
2026-07-06 17:54:53 +08:00
parent 8cca361441
commit b5132d7f4e
47 changed files with 2530 additions and 314 deletions
+2
View File
@@ -8,6 +8,8 @@
"build": "tsc --noEmit && vite build",
"build:api": "npm --prefix api run build",
"preview": "vite preview --host 0.0.0.0",
"start:local": "powershell -NoProfile -ExecutionPolicy Bypass -File tools/start-local.ps1",
"start:local:minio": "powershell -NoProfile -ExecutionPolicy Bypass -File tools/start-local.ps1 -OnlyMinio",
"prisma:generate": "npm --prefix api run prisma:generate",
"spike:contracts": "node tools/spike/validate-gateway-queue-contract.mjs",
"spike:gateway": "powershell -NoProfile -ExecutionPolicy Bypass -Command \"$env:Path='C:\\Program Files\\Go\\bin;'+$env:Path; Push-Location gateway; go test ./...; Pop-Location\"",