pain25_
KPCKevin Powell - Community
•Created by pain25_ on 5/6/2024 in #back-end
can anyone help me to deploy this on vercel plz?
and my vercel.json code is {
"version": 2,
"builds": [{ "src": "./app.js", "use": "@vercel/node" }],
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}
3 replies