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:
Patrick Mulligan 2026-07-30 20:46:45 +02:00
commit da33c0eec7

2
pnpm-workspace.yaml Normal file
View file

@ -0,0 +1,2 @@
allowBuilds:
vue-demi: true