Files
api/apps
Chris Farhood c8e93fa11b fix: update lockfile and fix import paths for standalone repo
- 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 03:35:37 +00:00
..