We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I´m trying to publish a nuxt app alongside an express api but it fails. All I did was to create a a nuxt app and the configuration here: https://github.com/nuxt/vercel-builder#deploying-additional-serverless-functions
Here´s the repo: https://github.com/mrsalitre/fresh-nuxt-install
Here´s the published app: https://fresh-nuxt-install-jwjn714q5-ayalajeancarlos91.vercel.app/
The text was updated successfully, but these errors were encountered:
@mrsalitre on .vercel.json you have nuxt.config.ts but in your project your nuxt.config is .js.
.vercel.json
nuxt.config.ts
nuxt.config
.js
Sorry, something went wrong.
No branches or pull requests
I´m trying to publish a nuxt app alongside an express api but it fails. All I did was to create a a nuxt app and the configuration here: https://github.com/nuxt/vercel-builder#deploying-additional-serverless-functions
Here´s the repo:
https://github.com/mrsalitre/fresh-nuxt-install
Here´s the published app:
https://fresh-nuxt-install-jwjn714q5-ayalajeancarlos91.vercel.app/
The text was updated successfully, but these errors were encountered: