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

10 lines
119 B
JavaScript
Raw Normal View History

2021-01-21 23:59:06 +08:00
export default {
devServer: {
proxy: {
'/': {
target: 'http://localhost:3000/'
}
}
}
}