Files
Reactive-Resume/apps/client/proxy.conf.json

11 lines
160 B
JSON

{
"/api": {
"target": "http://localhost:3000",
"secure": false
},
"/artboard": {
"target": "http://localhost:6173",
"secure": false
}
}