Open dotob opened 8 years ago
Before you open an issue, please check if a similar issue already exists or has been closed before. DONE
e.g. in express i can do this: server.listen(3000, '127.0.0.1', () => {...})
bs config options should be able to do this
Before you open an issue, please check if a similar issue already exists or has been closed before. DONE
Let me configure to which ip-address lite-server binds
e.g. in express i can do this: server.listen(3000, '127.0.0.1', () => {...})