Removed autoopenbrowser from dev frontend server config

This commit is contained in:
konrad 2017-11-10 09:53:48 +01:00 committed by kolaente
parent 3c7d6d6fd1
commit e05b3ea630
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module.exports = {
dev: {
env: require('./dev.env'),
port: process.env.PORT || 8080,
autoOpenBrowser: true,
autoOpenBrowser: false,
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {},