Publish express api app to vercel #273
-
My code structure you can find here when i deploy the building loads infinity |
Beta Was this translation helpful? Give feedback.
Answered by
gogocharli
Jan 28, 2022
Replies: 0 comments 2 replies
-
Hello @WebsiteHostJarno, in order to publish your Express App to Vercel, you would need to move the contents of that repository inside an More details can be found in this article. You can use the linked repository1 as a guide. Footnotes |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Pieparker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @WebsiteHostJarno, in order to publish your Express App to Vercel, you would need to move the contents of that repository inside an
/api
folder along with avercel.json
file to redirect content properly to your app.More details can be found in this article. You can use the linked repository1 as a guide.
Footnotes
https://github.com/hatuanem199801/express-vercel ↩