Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
chore: fix webpack dev server config
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Dec 22, 2021
1 parent 6407827 commit 8d06fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -44,8 +44,8 @@ module.exports = (env, args = {}) => {
historyApiFallback: true,
hot: true,
open: true,
// host: "local-ip",
port: 3000,
useLocalIp: true,
proxy: {
"/api": {
target: "http://localhost:8080",
Expand Down

0 comments on commit 8d06fa2

Please sign in to comment.