fix(core): Setup websocket keep-live messages (#6866)

fixes #6757
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-08-28 10:26:27 +02:00
committed by GitHub
parent 60c20a4ffd
commit 8bdb07d33d
5 changed files with 56 additions and 6 deletions

View File

@@ -89,7 +89,8 @@
"typedi@0.10.0": "patches/typedi@0.10.0.patch",
"@sentry/cli@2.17.0": "patches/@sentry__cli@2.17.0.patch",
"pkce-challenge@3.0.0": "patches/pkce-challenge@3.0.0.patch",
"pyodide@0.23.4": "patches/pyodide@0.23.4.patch"
"pyodide@0.23.4": "patches/pyodide@0.23.4.patch",
"@types/ws@8.5.4": "patches/@types__ws@8.5.4.patch"
}
}
}