Skip to content

Commit

Permalink
chore: Update client port to 3000
Browse files Browse the repository at this point in the history
- Changed the port in `config.js` to 3000.
  • Loading branch information
TKanX committed Sep 7, 2024
1 parent 448eaf5 commit caffd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

const config = {
host: "localhost",
port: 4000,
port: 3000,
codePath: __dirname,
https: {
enabled: false,
Expand Down

0 comments on commit caffd29

Please sign in to comment.