Merge remote-tracking branch 'origin/master'

This commit is contained in:
Louis Lam
2022-04-29 13:40:17 +08:00
3 changed files with 116 additions and 14 deletions

View File

@@ -111,8 +111,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.