Skip to content

Commit cbbaf68

Browse files
committed
fix: add pnpm-workspace.yaml for monorepo setup
pnpm needs this config to properly resolve workspace dependencies. This ensures that packages can build and lint correctly by recognizing the monorepo structure and installing dependencies in each package.
1 parent 4939ac5 commit cbbaf68

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
packages:
2+
- 'packages/*'

0 commit comments

Comments
 (0)