chore: enable vue-demi build script in pnpm-workspace
The boilerplate shipped an invalid `allowBuilds: { vue-demi: "set this to
true or false" }` placeholder, which made pnpm's pre-run dependency check
fail with ERR_PNPM_IGNORED_BUILDS and blocked `pnpm dev` / `pnpm build`.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
61e5aa774d
commit
da33c0eec7
1 changed files with 2 additions and 0 deletions
2
pnpm-workspace.yaml
Normal file
2
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
allowBuilds:
|
||||
vue-demi: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue