Skip to content

Commit

Permalink
#267 frontend: fix vite hmr for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolkenfarmer committed Sep 5, 2024
1 parent 6433e44 commit 5caebf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
// (localhost would resolve to the container and not the host)
hmr: {
host: getHmrHost(),
port: 80
port: 3001
}
}
})

0 comments on commit 5caebf3

Please sign in to comment.