Files
dougal-software/lib/www/client/source/vue.config.js

14 lines
195 B
JavaScript
Raw Normal View History

2020-08-08 23:59:13 +02:00
module.exports = {
"transpileDependencies": [
"vuetify"
],
devServer: {
proxy: {
"^/api(/|$)": {
target: "http://localhost:3000",
ws: true
}
}
}
}