mirror of
https://github.com/urbit/shrub.git
synced 2024-12-29 15:14:17 +03:00
interface: open dev server to network
This commit is contained in:
parent
4fad47d151
commit
ff3dd549ef
@ -44,6 +44,8 @@ let devServer = {
|
||||
contentBase: path.join(__dirname, '../dist'),
|
||||
hot: true,
|
||||
port: 9000,
|
||||
host: '0.0.0.0',
|
||||
disableHostCheck: true,
|
||||
historyApiFallback: true
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user