change configs

This commit is contained in:
mi1468 2025-05-12 11:53:03 +03:30
parent a6aa78d10d
commit 45614c3ca0

View File

@ -1,7 +1,9 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
disableHostCheck: true,
devServer: {
allowedHosts: 'all',
}
})