XRoomDashboardFront/xroom-dashboard/vue.config.js

8 lines
151 B
JavaScript
Raw Normal View History

2025-04-14 13:09:00 +00:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
2025-05-12 08:19:20 +00:00
transpileDependencies: true,
disableHostCheck: true,
2025-04-14 13:09:00 +00:00
})
2025-05-12 08:19:20 +00:00