6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
|
import { io } from 'socket.io-client'
|
||
|
|
||
|
export const socket = io("http://192.168.1.198:3000", {
|
||
|
reconnection: true,
|
||
|
})
|