fix: harden real backend workflows and channel connections
This commit is contained in:
@@ -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\"",
|
||||
|
||||
Reference in New Issue
Block a user