mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
refactor: 优化 dev server ip监听 (#247)
This commit is contained in:
parent
8b7a41fbb4
commit
c1718892e4
@ -1 +1 @@
|
|||||||
export default (userHost) => process.env.HOST || userHost || 'localhost';
|
export default userHost => process.env.HOST || userHost || '0.0.0.0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user