reactions SSE!
This commit is contained in:
@@ -24,6 +24,7 @@ export const ServerRoute = createServerFileRoute("/api/events/$").middleware([su
|
||||
|
||||
serverEvents.on("test", handleEvent);
|
||||
serverEvents.on("match", handleEvent);
|
||||
serverEvents.on("reaction", handleEvent);
|
||||
|
||||
const pingInterval = setInterval(() => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user