Skip to content

Commit 4053c98

Browse files
committed
chore: initialize pnpm workspace configuration
- Added pnpm-workspace.yaml to set up monorepo structure - Configured workspace to include both apps/* and packages/* directories for better project organization
1 parent 387216b commit 4053c98

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pnpm-workspace.yaml

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

0 commit comments

Comments
 (0)