mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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>
5 lines
113 B
JSON
5 lines
113 B
JSON
{
|
|
"private": true,
|
|
"workspaces": ["apps/*", "lib/packages/*"],
|
|
"trustedDependencies": ["better-sqlite3"]
|
|
}
|