fix build

TODO: investigate the root cause
This commit is contained in:
Bernd Storath
2025-09-08 23:25:34 +02:00
parent 6ca3da1b80
commit 000513f212
2 changed files with 213 additions and 170 deletions
+7 -1
View File
@@ -67,5 +67,11 @@
"typescript": "^5.9.2",
"vue-tsc": "^3.0.6"
},
"packageManager": "pnpm@10.15.1"
"packageManager": "pnpm@10.15.1",
"pnpm": {
"overrides": {
"nuxt": "3.19.0",
"rollup": "4.50.0"
}
}
}