fix missing comma

This commit is contained in:
Jake McDermott 2018-02-24 13:59:55 -05:00
parent 87350e1014
commit 6bdcba307c
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -52,7 +52,7 @@ const watch = {
publicPath: '/static/',
host: '127.0.0.1',
port: 3000,
https: true
https: true,
proxy: {
'/': {
target: TARGET,