Spaces:
Running
Running
remove server
Browse files- client/vite.config.js +1 -1
client/vite.config.js
CHANGED
|
@@ -40,7 +40,7 @@ export default defineConfig(({ command, mode }) => {
|
|
| 40 |
console.log('Vite proxy <- Received response from backend:', proxyRes.statusCode, req.url);
|
| 41 |
});
|
| 42 |
}
|
| 43 |
-
}
|
| 44 |
},
|
| 45 |
}
|
| 46 |
},
|
|
|
|
| 40 |
console.log('Vite proxy <- Received response from backend:', proxyRes.statusCode, req.url);
|
| 41 |
});
|
| 42 |
}
|
| 43 |
+
})
|
| 44 |
},
|
| 45 |
}
|
| 46 |
},
|