Files
certd/ui/certd-ui/vue.config.js
T

10 lines
121 B
JavaScript
Raw Permalink Normal View History

2021-01-24 00:36:53 +08:00
module.exports = {
2021-01-21 23:59:06 +08:00
devServer: {
proxy: {
'/': {
target: 'http://localhost:3000/'
}
}
}
}