mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-18 09:28:17 +00:00
17 lines
278 B
JavaScript
17 lines
278 B
JavaScript
module.exports = {
|
|
"outputDir": "../data/dist",
|
|
"filenameHashing": false,
|
|
"productionSourceMap": false,
|
|
"transpileDependencies": [
|
|
"vuetify"
|
|
],
|
|
devServer: {
|
|
proxy: {
|
|
'^/': {
|
|
target: 'http://192.168.178.62:80',
|
|
ws: true,
|
|
changeOrigin: true
|
|
},
|
|
}
|
|
}
|
|
} |