chore(pnpm): set allowBuild property

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Fernando Fernández
2026-05-16 14:40:08 +02:00
parent 19923e00d4
commit cc320b9e50
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@ import type {
ParamValueZeroOrMore,
ParamValueZeroOrOne,
} from 'vue-router'
import type {
_ExtractParamParserType,
} from 'vue-router/experimental'
declare module 'vue-router' {
interface TypesConfig {
+5
View File
@@ -13,6 +13,11 @@ injectWorkspacePackages: true
shamefullyHoist: true
fetchRetries: 15
allowBuilds:
'@skirtle/vue-vnode-utils': false
esbuild: true
unrs-resolver: true
catalogs:
runtime:
vue: 3.5.34