chore: improve postal data import observability
Add progress logging and a status script for postal imports and neighbor builds, and ignore local raw and generated postal datasets.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"migrate": "tsx --tsconfig tsconfig.server.json db/scripts/migrate.ts",
|
||||
"import:postal": "tsx --tsconfig tsconfig.server.json db/scripts/import-postal-areas.ts",
|
||||
"build:postal-neighbors": "tsx --tsconfig tsconfig.server.json db/scripts/build-postal-neighbors.ts",
|
||||
"check:postal": "tsx --tsconfig tsconfig.server.json db/scripts/check-postal-status.ts",
|
||||
"seed:postal": "npm run import:postal && npm run build:postal-neighbors",
|
||||
"start:api": "node dist-server/server/src/index.js",
|
||||
"start:worker": "node dist-server/server/src/worker.js"
|
||||
@@ -36,6 +37,7 @@
|
||||
"pg-boss": "^12.14.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"stream-json": "^2.1.0",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"vite": "^6.2.0",
|
||||
"zod": "^4.3.6"
|
||||
|
||||
Reference in New Issue
Block a user