redirects existing localhost API requests to the workspace server
I have a server I was running locally in development on localhost:3000 that I have now ported to IDX so it runs on the IDX monospace server. It means the frontend no longer works when requesting from localhost:3000. It would be great to automatically redirect requests made to localhost:PORT to the monospace server in future
-
Sourabh Soni commented
I need some thing similar to this :
I am a full-stack dev but I have 2 different workspaces for front-end and back-end, I will love to just shear the localhost in between this 2 environments, So that my front-end can directly request to back-end on localhost in dev mode.
this will also serve as a collaborative debugging platform for front-end and back-end dev, like we can forward a port in local wifi in office to debug some bugs in a dev environments and get bug fixed quick and without frustration and wetting for a dev deployment.