mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
14 lines
195 B
JavaScript
14 lines
195 B
JavaScript
|
|
module.exports = {
|
||
|
|
"transpileDependencies": [
|
||
|
|
"vuetify"
|
||
|
|
],
|
||
|
|
devServer: {
|
||
|
|
proxy: {
|
||
|
|
"^/api(/|$)": {
|
||
|
|
target: "http://localhost:3000",
|
||
|
|
ws: true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|