interface: open dev server to network

This commit is contained in:
Tyler Brown Cifu Shuster 2020-09-25 16:13:29 -07:00
parent 4fad47d151
commit ff3dd549ef

View File

@ -44,6 +44,8 @@ let devServer = {
contentBase: path.join(__dirname, '../dist'),
hot: true,
port: 9000,
host: '0.0.0.0',
disableHostCheck: true,
historyApiFallback: true
};