mirror of
https://github.com/Dadechin/XRoomDashboardFront.git
synced 2025-07-03 00:34:35 +00:00
change configs
This commit is contained in:
parent
a6aa78d10d
commit
45614c3ca0
|
@ -1,7 +1,9 @@
|
||||||
const { defineConfig } = require('@vue/cli-service')
|
const { defineConfig } = require('@vue/cli-service')
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
transpileDependencies: true,
|
transpileDependencies: true,
|
||||||
disableHostCheck: true,
|
devServer: {
|
||||||
|
|
||||||
|
allowedHosts: 'all',
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user