[add] port
This commit is contained in:
@@ -16,7 +16,7 @@ dayjs.locale("zh-tw");
|
||||
dotenv.config();
|
||||
|
||||
// Create the Server
|
||||
const port: number = +process.env.PORT || 3000;
|
||||
const port: number = +process.env.PORT || 3003;
|
||||
export const server: WsServer<ServiceType> = new WsServer(serviceProto, {
|
||||
port: port,
|
||||
// Remove this to use binary mode (remove from the client too)
|
||||
|
||||
Reference in New Issue
Block a user