wg-webui-fr/ui/vue.config.js

10 lines
133 B
JavaScript
Raw Normal View History

2024-12-23 11:12:53 +01:00
module.exports = {
devServer: {
port: 8081,
disableHostCheck: true,
},
"transpileDependencies": [
"vuetify"
]
};