Skip to content

Instantly share code, notes, and snippets.

@camwhite
Created June 7, 2019 15:24
Show Gist options
  • Save camwhite/0e8eb9451493bf340519d8f572115438 to your computer and use it in GitHub Desktop.
Save camwhite/0e8eb9451493bf340519d8f572115438 to your computer and use it in GitHub Desktop.
devServer: {
proxy: {
'/socket.io': {
target: 'http://localhost:3001',
ws: true
},
'/api': {
target: 'http://localhost:3001',
changeOrigin: true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment