ci(frontend): added ocme as a proxy in the dev

This commit is contained in:
2025-03-20 14:00:42 -05:00
parent 808e3d84ef
commit eb2c34c557

View File

@@ -19,6 +19,7 @@ export default defineConfig({
server: { server: {
proxy: { proxy: {
"/api": {target: `http://localhost:${Number(process.env.VITE_SERVER_PORT || 4400)}`, changeOrigin: true}, "/api": {target: `http://localhost:${Number(process.env.VITE_SERVER_PORT || 4400)}`, changeOrigin: true},
"/ocme": {target: `http://localhost:${Number(process.env.VITE_SERVER_PORT || 4400)}`, changeOrigin: true},
}, },
}, },
}); });