PutBit/front/vue.config.js

9 lines
172 B
JavaScript
Raw Normal View History

2024-12-17 13:21:54 +04:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})
module.exports = {
devServer: {
port: 8081
}
}