certd/other/certd-ui/vue.config.js

10 lines
121 B
JavaScript
Raw Normal View History

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