add armv7 support

override until
- https://github.com/nuxt/nuxt/issues/32124
- https://github.com/nuxt-modules/i18n/issues/3605
are fixed
This commit is contained in:
Bernd Storath
2025-05-16 09:11:50 +02:00
parent b150e3f3b4
commit 4fbf059e61
6 changed files with 82 additions and 171 deletions
+6 -1
View File
@@ -67,5 +67,10 @@
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
},
"packageManager": "pnpm@10.11.0"
"packageManager": "pnpm@10.11.0",
"pnpm": {
"overrides": {
"oxc-parser": "^0.70.0"
}
}
}