import type { ServerOptions } from 'vite' const server: ServerOptions = { proxy: { '^/?(api|file)/': { // target: 'http://192.168.10.41:8200', // target: 'http://192.168.10.107:8200', target: 'http://cet-test.markingtool.cn', // target: 'http://cet-dev.markingtool.cn:8200', }, }, } export default server