DKube v1.0.0
This commit is contained in:
8
dkube-web/vue.config.js
Normal file
8
dkube-web/vue.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
devServer:{
|
||||
host: '0.0.0.0',
|
||||
port: 8080,
|
||||
open: true
|
||||
},
|
||||
lintOnSave: false
|
||||
}
|
Reference in New Issue
Block a user