moved to /dispatch and fixed Voice chat
This commit is contained in:
5
apps/dispatch/app/dispatch/socket.ts
Normal file
5
apps/dispatch/app/dispatch/socket.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { io } from "socket.io-client";
|
||||
|
||||
export const socket = io(process.env.NEXT_PUBLIC_DISPATCH_SERVER_URL, {
|
||||
autoConnect: false,
|
||||
});
|
||||
Reference in New Issue
Block a user