fix: resolve CI failures from stale lockfile and incorrect import paths #1

Closed
groombook-engineer[bot] wants to merge 1 commits from flea-flicker/fix-ci-install-deps into dev

1 Commits

Author SHA1 Message Date
Chris Farhood 56100b6811 fix: resolve CI failures from stale lockfile and incorrect import paths
- Regenerated pnpm-lock.yaml to remove stale workspace references (@groombook/db, @groombook/types) from monorepo extraction
- Fixed all relative imports to include .js extensions required by NodeNext module resolution
- Corrected db import paths throughout codebase (./db → ./db/index.js or ../db/index.js based on file location)
- Removed unused pickN helper function from db/seed.ts
- Fixed lint errors: changed const startTime to let where reassignment occurs

This unblocks CI which was failing at the "Install dependencies" step.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-11 01:14:25 +00:00