module.exports = { baseUrl: '', devServer: { port: 9000, proxy: { '/api': { target: 'http://192.168.0.11:8080', changeOrigin: true }, } } }