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
+2
View File
@@ -8,6 +8,8 @@
"scripts": {
"start": "node server/index.js",
"dev": "node --watch server/index.js",
"gateway:production": "corepack pnpm --filter @multi-simadmin/api run gateway:production",
"cutover": "tsx apps/api/src/cutover-cli.ts",
"test": "node --test test/*.test.js packages/operation-registry/test/*.test.ts packages/test-fixtures/test/*.test.ts && vitest run",
"test:legacy": "node --test test/*.test.js",
"test:unit": "vitest run",