So the problem all along was setting the right node version (18.x) in vercel project settings.
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m44s
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m45s

This commit is contained in:
ChrQR 2024-05-18 13:35:41 +02:00
parent b289278426
commit 33ec24e6b1

2
package-lock.json generated
View File

@ -937,7 +937,7 @@
"vitefu": "^0.2.5"
},
"engines": {
"node": "18.20.0"
"node": "^18.0.0 || >=20"
},
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0-next.0",