socket.io works

This commit is contained in:
Gavin McDonald
2025-04-09 10:58:46 -04:00
parent a7708b4fad
commit c36d3b9981
8 changed files with 502 additions and 40 deletions

5
socket.ts Normal file
View File

@@ -0,0 +1,5 @@
"use client";
import { io } from 'socket.io-client';
export const socket = io();