mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 11:26:13 +08:00
add socket to global in dev
This commit is contained in:
parent
8bb1d82e0d
commit
5d229e712b
1 changed files with 1 additions and 0 deletions
|
|
@ -43,4 +43,5 @@ export default {
|
|||
connect,
|
||||
getId,
|
||||
disconnect,
|
||||
...(isDevEnvironment() ? { socket: Socket } : {}),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue