feat :migrate socket.io 2 -> 3

This commit is contained in:
hossein 2024-02-11 20:35:16 +03:30 committed by SamTV12345
parent 47f0113fd7
commit bed417780f
16 changed files with 203 additions and 104 deletions

13
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
"eslint.enable": false,
"prettier.enable": false,
"javascript.format.enable": false,
"editor.formatOnSave": false,
"eslint.autoFixOnSave": false,
"[javascript]": {
"editor.formatOnSave": false
},
"[typescript]": {
"editor.formatOnSave": false
}
}