feat: rebuild birth time rectification workflow
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user