fixed env script

+ fixed domain en port variable in svelte
This commit is contained in:
simplonco
2022-12-31 19:22:12 +01:00
parent 22ca9e9467
commit 0060f5daf7
23 changed files with 422 additions and 372 deletions

View File

@@ -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);
}