Skip to content

Commit

Permalink
fixing port
Browse files Browse the repository at this point in the history
  • Loading branch information
vdnnguyen94 committed Mar 3, 2024
1 parent bd6cdbd commit 4352396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default defineConfig({
base: './',
plugins: [react()],
server: {
port: 10000,
proxy: {
'/api': {
target: `http://localhost:${PORT}`,
Expand Down

0 comments on commit 4352396

Please sign in to comment.