fix: Silent disconnect of pad (#6498)

This commit is contained in:
SamTV12345 2024-07-07 20:34:54 +02:00 committed by GitHub
parent 649b6ef8b9
commit 166724dc13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -131,7 +131,8 @@
"test-ui": "npx playwright test tests/frontend-new/specs",
"test-ui:ui": "npx playwright test tests/frontend-new/specs --ui",
"test-admin": "npx playwright test tests/frontend-new/admin-spec --workers 1",
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1"
"test-admin:ui": "npx playwright test tests/frontend-new/admin-spec --ui --workers 1",
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts"
},
"version": "2.1.0",
"license": "Apache-2.0"