Skip to content

Instantly share code, notes, and snippets.

@Dirk94
Created March 14, 2021 15:36
Show Gist options
  • Select an option

  • Save Dirk94/0b71547178f8e83c55b67aca5ce64f80 to your computer and use it in GitHub Desktop.

Select an option

Save Dirk94/0b71547178f8e83c55b67aca5ce64f80 to your computer and use it in GitHub Desktop.
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