diff --git a/packages/frontend/types/global/routes.d.ts b/packages/frontend/types/global/routes.d.ts index 75e77b16..3533c236 100644 --- a/packages/frontend/types/global/routes.d.ts +++ b/packages/frontend/types/global/routes.d.ts @@ -14,6 +14,9 @@ import type { ParamValueZeroOrMore, ParamValueZeroOrOne, } from 'vue-router' +import type { + _ExtractParamParserType, +} from 'vue-router/experimental' declare module 'vue-router' { interface TypesConfig { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0c0fe3be..3f148b22 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -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