const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ devServer:{ host: 'localhost', port: 8080, https: false, proxy:{ '/auth/login':{ target : 'https://911fb0525ms3.vicp.fun/loveforest/api', changeOrigin : true, }, } }, transpileDependencies: true })