fix: add pnpm-workspace.yaml, .node-version, remove npm workspaces from scaffold

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-21 16:55:49 -08:00
parent 8587644a62
commit 91f579dbc5
3 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
packages:
- 'apps/*'
- 'packages/*'