1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 00:48:35 +00:00

Bind to localhost only

This commit is contained in:
Vladimir Volek 2018-09-24 15:00:23 +02:00
parent 055132ee54
commit c43e85984b

View File

@ -23,7 +23,7 @@ module.exports = {
path: BUILD,
},
devServer: {
host: '0.0.0.0',
// host: '0.0.0.0',
contentBase: [
SRC,
PUBLIC,