3 lines
96 B
TypeScript

import { connect } from "socket.io-client";
export const io = connect("http://localhost:3000");