adding the data-pipeline to ts and pnpm workspaces

This commit is contained in:
lila 2026-04-20 09:05:27 +02:00
parent 200b14ef64
commit a3d19d36f6
12 changed files with 327 additions and 22 deletions

View file

@ -3,7 +3,8 @@
{ "path": "./packages/shared" },
{ "path": "./packages/db" },
{ "path": "./apps/web" },
{ "path": "./apps/api" }
{ "path": "./apps/api" },
{ "path": "./data-pipeline" },
],
"files": []
"files": [],
}