Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxi-workspace",
"type": "module",
"private": true,
"packageManager": "pnpm@10.33.4",
"packageManager": "pnpm@11.0.9",
"description": "⚡️ Nuxt Generation CLI Experience",
"license": "MIT",
"repository": "nuxt/cli",
Expand Down
9 changes: 5 additions & 4 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ overrides:
nuxi: workspace:*
# upstream issue with MISSING_EXPORT warnings
rolldown: 1.0.0-rc.16
ignoredBuiltDependencies:
- '@parcel/watcher'
- esbuild
- unrs-resolver

allowBuilds:
'@parcel/watcher': false
esbuild: false
unrs-resolver: false
Loading