chore(deps): add Vue Flow and Pinia with pnpm workspace config

pnpm-workspace.yaml opts vue-demi out of build scripts; Vue Flow pulls
it in transitively and pnpm 11 otherwise fails the install on it.
This commit is contained in:
Julien Calixte
2026-06-20 09:37:13 +02:00
parent aadc157144
commit 2c0d4b842f
3 changed files with 274 additions and 0 deletions

2
pnpm-workspace.yaml Normal file
View File

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