mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-22 05:02:11 +00:00
WIP: Testing WS
This commit is contained in:
3
src/lib/realtime.ts
Normal file
3
src/lib/realtime.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import ioClient from 'socket.io-client';
|
||||
const socket = ioClient('http://localhost:3000');
|
||||
export const io = socket;
|
||||
Reference in New Issue
Block a user