feat: rebuild birth time rectification workflow

This commit is contained in:
Jesse_Chen
2026-07-27 09:57:14 +08:00
parent 380aba4628
commit 2ca245d643
66 changed files with 5826 additions and 699 deletions
+3 -2
View File
@@ -13,7 +13,8 @@
"db:migrate": "node scripts/db-migrate.mjs",
"db:migrate:check": "node scripts/db-migrate.mjs --check",
"lint": "eslint",
"data:china": "node scripts/pull-china-locations.mjs"
"data:china": "node scripts/pull-china-locations.mjs",
"worker:rectification-v4": "tsx scripts/rectification-v4-worker.mts"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
@@ -40,6 +41,7 @@
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.2",
"thinking-orbs": "^0.1.1",
"tsx": "^4.23.1",
"tw-animate-css": "^1.4.0",
"zod": "^3.25.76"
},
@@ -51,7 +53,6 @@
"eslint": "^9",
"eslint-config-next": "16.2.10",
"supabase": "^2.109.1",
"tsx": "^4.23.1",
"typescript": "^5"
}
}