Proxy Requests Like React
Unanswered
Philippine Crocodile posted this in #help-forum
Philippine CrocodileOP
In react if you define the following in the package.json file you can route all fetch functions to that API endpoint.
Is there a equivalent feature in Next.JS, using JS not TS?
{
"proxy": "http://localhost:4000",
}Is there a equivalent feature in Next.JS, using JS not TS?