Created
July 9, 2019 00:43
-
-
Save camwhite/61196b9ed960a1277bb065be8812e2a8 to your computer and use it in GitHub Desktop.
This file contains 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
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