const devServer = 'http://192.168.2.39'; const config = [ ['/api', `${devServer}:3000`], ['/ai_api', `${devServer}:5134`, { pathRewrite: { '^/ai_api':'' } } ], ]; module.exports = config;