Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/documentation/stories/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ We can then edit the `package.json` file's start script to be

Now in order to run our dev server with our proxy config, we can simply call `npm start`.

**After each edit to the proxy.conf.json file remember to relaunch the `npm start` process to make your changes effective.**

### Rewriting the URL path

One option that comes up a lot is rewriting the URL path for the proxy. This is supported by the `pathRewrite` option.
Expand Down