Closed FenixTubluk closed 1 month ago
It seems to be dash in the serverFunctionName that is causing it.
Confirmed, if the serverFunctionName
contains a dash it fails on build
Yes, I can confirm it too. With an underscore (_) works fine
same problem, we wait for the fix, in the meantime don't use "-"
Environment
Node version v20.15.0 Nuxt 3.12.4 Nitropack 2.9.7
Reproduction
Create a new Nuxt3 project and try to build it with
npm run build -- --preset=firebase
nuxt.config.ts
Describe the bug
When building with preset firebase in latest version of Nuxt3 nitropack fails if serverFunctionName is set.
Additional context
No response
Logs