1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-13 09:30:54 +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, path: BUILD,
}, },
devServer: { devServer: {
host: '0.0.0.0', // host: '0.0.0.0',
contentBase: [ contentBase: [
SRC, SRC,
PUBLIC, PUBLIC,