@@ -65,8 +65,8 @@ export default defineConfig(({ command, mode }) => {
hmr: true,
proxy: {
"/api": {
- target:"https://sim.nanodreamtech.com",
- // target: "http://192.168.0.78:3001",
+ // target:"https://sim.nanodreamtech.com",
+ target: "http://127.0.0.1:3001",
// target: process.env.VITE_DEV_TYPE == 0 ? "http://sim.ainets.net" : "https://flexi.flexistream.link",
changeOrigin: true,
ws: true,