chore: Fix dev server so that it can be accessed on LAN from other devices (#983)

This commit is contained in:
Erik Ziegler 2019-10-01 09:32:50 +02:00 committed by GitHub
parent c4f9d5e750
commit dafb26b34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,8 @@ module.exports = (env, argv) => {
hot: true,
open: true,
port: 3000,
host: '0.0.0.0',
public: 'http://localhost:' + 3000,
historyApiFallback: {
disableDotRule: true,
},