Skip to content

Instantly share code, notes, and snippets.

@voquanghoa
Last active June 29, 2022 05:01
Show Gist options
  • Save voquanghoa/b9664b2d6116018339a89ec636b85d1b to your computer and use it in GitHub Desktop.
Save voquanghoa/b9664b2d6116018339a89ec636b85d1b to your computer and use it in GitHub Desktop.
module.exports = {
publicPath: "/",
devServer: {
proxy: {
"^/api": {
target: "https://localhost:5001/",
ws: true,
changeOrigin: true,
},
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment