mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2024-11-04 17:31:17 +00:00
10 lines
133 B
JavaScript
10 lines
133 B
JavaScript
|
module.exports = {
|
||
|
devServer: {
|
||
|
port: 8081,
|
||
|
disableHostCheck: true,
|
||
|
},
|
||
|
"transpileDependencies": [
|
||
|
"vuetify"
|
||
|
]
|
||
|
};
|