UNPKG

qd-scripts

Version:
9 lines (8 loc) 141 B
module.exports = { proxy: { '/api': { target: 'http://localhost:3000', pathRewrite: { '^/api': '' }, }, }, }