feat(release): add reversible production cutover gates

This commit is contained in:
chick
2026-07-18 17:24:51 +08:00
parent 3718c91706
commit 4a7e29cf06
18 changed files with 1468 additions and 8 deletions
+1
View File
@@ -8,6 +8,7 @@
"test": "vitest run --root ../.. apps/api/src",
"typecheck": "tsc -p tsconfig.json",
"canary": "tsx src/canary-cli.ts",
"gateway:production": "tsx src/production-gateway-cli.ts",
"start:production": "tsx src/production-cli.ts",
"migration": "tsx src/application/legacy-import/migration-command.ts"
},