1
1
Fork 0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2024-05-05 22:46:02 +02:00
wg-gen-web/ui/vue.config.js
2020-01-30 15:45:49 +09:00

10 lines
133 B
JavaScript

module.exports = {
devServer: {
port: 8081,
disableHostCheck: true,
},
"transpileDependencies": [
"vuetify"
]
};