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

10 lines
121 B
JavaScript

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