RuoYi-Vue/ruoyi-merchat-uniApp/vue.config.js

11 lines
132 B
JavaScript
Raw Permalink Normal View History

2024-11-21 15:33:28 +08:00
module.exports = {
devServer: {
hot: true,
clientLogLevel: 'warning',
overlay: {
warnings: true,
errors: true
}
}
}