Skip to content

Commit 8ee1e12

Browse files
committed
fix pnpm workspace
1 parent 383d694 commit 8ee1e12

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
packages:
22
- "apps/*"
3-
- "packages/*"
4-
- "integrations/*"
5-
- "integrations/mastra/example"
3+
- "middlewares/*"
4+
- "sdks/typescript/packages/*"
5+
- "integrations/*/typescript"
6+
- "integrations/community-managed/*/typescript"
7+
- "integrations/mastra/typescript/examples"

0 commit comments

Comments
 (0)