Deploy project to Vercel #808
Answered
by
superdevp
monkey4618
asked this question in
Q&A
-
How can I deploy Node.js project to vercel? |
Beta Was this translation helpful? Give feedback.
Answered by
superdevp
Aug 12, 2025
Replies: 2 comments 1 reply
-
You should create a vercel.json file to your Node.js project.
I think if you add this file to your project, you can deploy your node.js project to Vercel. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
monkey4618
-
wow. asewome, that issue is solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should create a vercel.json file to your Node.js project.
I think if you add this file to your project, you can deploy your node.js project to Vercel.