feat: open when dev
This commit is contained in:
parent
2584abd224
commit
a3f5283c49
|
@ -91,7 +91,7 @@ module.exports = configure(function (ctx) {
|
|||
type: 'http'
|
||||
},
|
||||
port: 8080,
|
||||
open: false,
|
||||
open: true,
|
||||
// static: __dirname,
|
||||
headers: { 'Access-Control-Allow-Origin': '*' },
|
||||
// stats: { chunks: false },
|
||||
|
|
Loading…
Reference in New Issue