Created
March 14, 2021 15:36
-
-
Save Dirk94/0b71547178f8e83c55b67aca5ce64f80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| devServer: { | |
| // This will forward any request that does not match a static file to localhost:3000 | |
| proxy: 'http://localhost:3000' | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment