const proxyDev: Record = { dev: { '/api': { target: 'https://apisanxuat.nguyennhatminh.io.vn', changeOrigin: true, secure: false, }, }, test: { '/api': { target: 'https://apisanxuat.nguyennhatminh.io.vn', changeOrigin: true, secure: false, }, }, prod: { '/api': { target: 'https://apisanxuat.nguyennhatminh.io.vn', changeOrigin: true, secure: false, }, }, }; export default proxyDev;