You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Not sure about the interface, but maybe we could add a settings for remote-proxy-url in .frontendrc? And maybe if it should be overridable from commandline. E.g. npm run start:proxy --proxy-target=https://how-would-this-look-on-prod.com
Would love to have a proxy-feature with HMR. So that you could proxy an external system.
Here is an working example
Not sure about the interface, but maybe we could add a settings for remote-proxy-url in .frontendrc? And maybe if it should be overridable from commandline. E.g.
npm run start:proxy --proxy-target=https://how-would-this-look-on-prod.com