Files
certd/other/certd-ui/vue.config.js
T
2021-01-24 00:36:53 +08:00

10 lines
121 B
JavaScript

module.exports = {
devServer: {
proxy: {
'/': {
target: 'http://localhost:3000/'
}
}
}
}