nexus/packages/db
Dotta 925680f736 fix: include migration files in @paperclipai/db and improve server error msg
- db build now copies src/migrations/ to dist/migrations/ after tsc,
  so SQL + meta JSON files are included in the published package.
  Without this, `import("@paperclipai/server")` fails at runtime with
  ENOENT when scanning for migration files.

- CLI's importServerEntry() now distinguishes between "module not found"
  and "server crashed during startup" for clearer error messages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 15:30:50 -06:00
..
src feat: join request claim secrets, onboarding API, and company branding 2026-02-26 16:33:20 -06:00
CHANGELOG.md chore: release v0.2.2 2026-03-03 15:10:25 -06:00
drizzle.config.ts Expand data model with companies, approvals, costs, and heartbeats 2026-02-17 09:07:22 -06:00
package.json fix: include migration files in @paperclipai/db and improve server error msg 2026-03-03 15:30:50 -06:00
tsconfig.json Add database package with Drizzle schema 2026-02-16 13:31:52 -06:00
vitest.config.ts Add database package with Drizzle schema 2026-02-16 13:31:52 -06:00