add grist

This commit is contained in:
Darius
2026-02-06 17:16:17 +01:00
parent cd95b63174
commit 4337372b38
19 changed files with 148 additions and 117 deletions

2
dist/ws.d.ts vendored
View File

@@ -1,4 +1,4 @@
import { WebSocket } from "ws";
import type { WebSocket } from "ws";
export type WsEvent = {
type: string;
data?: unknown;