We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62cd4a commit c8e9872Copy full SHA for c8e9872
client/vite.config.ts
@@ -20,11 +20,15 @@ export default defineConfig({
20
target: "http://localhost:3000",
21
changeOrigin: true,
22
},
23
- // // optional, if you have other endpoints like /api
24
- // "/api": {
25
- // target: "http://localhost:3000",
26
- // changeOrigin: true,
27
- // },
+ // optional, if you have other endpoints like /api
+ "/api": {
+ target: "http://localhost:3000",
+ changeOrigin: true,
+ },
28
+ "/agent": {
29
30
31
32
33
34
});
0 commit comments