Next.js Discord

Discord Forum

Deploy a front/back single app to vercel

Unanswered
0xtz posted this in #help-forum
Open in Discord
i have this old project i need to run on :vercel_dark: :
please i dont know how can i cofigure the vercel.json please
i did this :
{
    "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
  }

but i can only run the front hmmm

any idea please?

i tried to deploy them separated front and back but stuck in the back how to run it in the :vercel_dark: hhh its an express application

0 Replies