erp-dome/vue.config.js

8 lines
132 B
JavaScript
Raw Normal View History

2024-08-23 19:07:11 +08:00
module.exports = {
devServer: {
port: 8080,
host: 'localhost',
open: true
},
lintOnSave: false
}