8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
module.exports = {
|
|
devServer:{
|
|
host: '0.0.0.0',
|
|
port: 8080,
|
|
open: true
|
|
},
|
|
lintOnSave: false
|
|
} |