feat(migration): add verified import and rollback workflow

This commit is contained in:
chick
2026-07-18 14:13:11 +08:00
parent 293c015f89
commit ae27b522ab
12 changed files with 902 additions and 44 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"test": "vitest run --root ../.. apps/api/src",
"typecheck": "tsc -p tsconfig.json",
"canary": "node --experimental-strip-types src/canary-cli.ts",
"start:production": "node --experimental-strip-types src/production-cli.ts"
"start:production": "node --experimental-strip-types src/production-cli.ts",
"migration": "node --experimental-strip-types src/application/legacy-import/migration-command.ts"
},
"dependencies": {
"@multi-simadmin/contracts": "workspace:*",