Changes UI dev server to operate over https

This commit is contained in:
Jared Tabor
2018-07-02 22:09:24 -07:00
parent 380df1b327
commit 92cf8d538a
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ const watch = {
stats: 'minimal',
publicPath: '/static/',
host: '127.0.0.1',
https: false,
https: true,
port: 3000,
clientLogLevel: 'none',
proxy: [{