Skip to content

Commit

Permalink
Update API target in vite.config.mts for local dev no containers
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Feb 12, 2024
1 parent 4eae9f7 commit f3ad621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default defineConfig({
proxy: {
"/api": {
target: "http://copilot-backend:5000",
//target: "http://127.0.0.1:5000", // for local development
changeOrigin: true
}
}
Expand Down

0 comments on commit f3ad621

Please sign in to comment.