fixed env script
+ fixed domain en port variable in svelte
This commit is contained in:
@@ -17,6 +17,8 @@ export class ChatGateway
|
||||
@WebSocketServer()
|
||||
server;
|
||||
|
||||
// how to guard the handleConnection ?
|
||||
// https://github.com/nestjs/nest/issues/882
|
||||
handleConnection(client) {
|
||||
console.log('---- Client connected :', client.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user