mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
refactor: 优化 dev server ip监听
This commit is contained in:
parent
ed561d7e3c
commit
6b0f4c2edc
@ -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