1
1
mirror of https://github.com/vx3r/wg-gen-web.git synced 2024-11-23 02:42:07 +01:00
wg-gen-web/ui/vue.config.js

10 lines
133 B
JavaScript
Raw Normal View History

2020-01-30 07:45:49 +01:00
module.exports = {
devServer: {
port: 8081,
disableHostCheck: true,
},
"transpileDependencies": [
"vuetify"
]
};