Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ann125697 committed Feb 22, 2024
1 parent a3dd8eb commit c176eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taipei-City-Dashboard-FE/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
base: "/",
server: {
host: "0.0.0.0",
port: 80,
port: 8080,
proxy: {
"/api/dev": {
target: "http://dashboard-be:8888",
Expand Down

0 comments on commit c176eca

Please sign in to comment.