mirror of
https://github.com/dqzboy/DKube-Web.git
synced 2025-04-28 16:47:09 +08:00
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
module.exports = {
|
|
devServer:{
|
|
host: '0.0.0.0',
|
|
port: 8080,
|
|
open: true
|
|
},
|
|
lintOnSave: false
|
|
} |