.env.development.local Direct

API_URL=http://localhost:3001

If you maintain multiple clients (Client A, Client B), you can have: .env.development.local

Because sometimes the ugliest solution is the one that saves you at 3 a.m. without altering the production config.

Run your production build locally with debugging enabled, without altering the production config. .env.development.local

API_URL=http://localhost:3001

If you maintain multiple clients (Client A, Client B), you can have:

Because sometimes the ugliest solution is the one that saves you at 3 a.m.

Run your production build locally with debugging enabled, without altering the production config.