I have done to deploy my project to vercel, but i have problem with nodejs server. i need run “npm run dev” in local for my web in vercel running. if i shutdown my laptop off course nodejs server would die too, make a web can’t be accessed.
so, how to way a nodejs server can running in vercel with automatic???
*this screenshot when i close nodejs server in local and my web in vercel to be error like this.
I have try setting a vercel.json, vite.config.js. because i am not a devops, i am very hard to this and confused.