qauMaWeb/vue.config.js

13 lines
241 B
JavaScript
Raw Normal View History

2024-10-13 18:02:27 +08:00
/*
* @Description:
* @Author: Rabbiter
* @Date: 2023-03-26 15:27:05
*/
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
devServer: {
port: 9192, // 端口
},
})