nexus/cli
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 fix: include migration files in @paperclipai/db and improve server error msg 2026-03-03 15:30:50 -06:00
CHANGELOG.md chore: release v0.2.2 2026-03-03 15:10:25 -06:00
esbuild.config.mjs feat: integrate Changesets for multi-package npm publishing 2026-03-03 14:46:16 -06:00
package.json chore: release v0.2.2 2026-03-03 15:10:25 -06:00
tsconfig.json Add CLI package, config file support, and workspace setup 2026-02-17 13:39:47 -06:00
vitest.config.ts feat(cli): add client commands and home-based local runtime defaults 2026-02-20 07:10:58 -06:00