chore: Fix dev server so that it can be accessed on LAN from other devices (#983)
This commit is contained in:
parent
c4f9d5e750
commit
dafb26b34b
@ -114,6 +114,8 @@ module.exports = (env, argv) => {
|
|||||||
hot: true,
|
hot: true,
|
||||||
open: true,
|
open: true,
|
||||||
port: 3000,
|
port: 3000,
|
||||||
|
host: '0.0.0.0',
|
||||||
|
public: 'http://localhost:' + 3000,
|
||||||
historyApiFallback: {
|
historyApiFallback: {
|
||||||
disableDotRule: true,
|
disableDotRule: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user