fabro/package.json
Bryan Helmkamp c2b40b4cfc Move packages/ to lib/packages/ and update all references
Updated: package.json workspaces, tsconfig path alias, CI workflow
paths, Dockerfile COPY, AGENTS.md, and doc references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 13:13:56 -04:00

5 lines
113 B
JSON

{
"private": true,
"workspaces": ["apps/*", "lib/packages/*"],
"trustedDependencies": ["better-sqlite3"]
}