Update CONTRIBUTING.md

This commit is contained in:
Louis Lam 2022-04-29 11:35:03 +08:00 committed by GitHub
parent 6333231f1b
commit bddd5de22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ npm run dev
## Backend Server
For development, it binds to `0.0.0.0:3001` by default.
For production, it binds to `0.0.0.0:3000` by default.
It binds to `0.0.0.0:3001` by default.
It is mainly a socket.io app + express.js.