module.exports = { devServer: { port: 8888, disableHostCheck: true, proxy: { '/api': { target: 'http://127.0.0.1:7946', changeOrigin: true }, '/pdf': { target: 'http://127.0.0.1:7946', changeOrigin: true } } } }