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