We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b210721 commit cafa03aCopy full SHA for cafa03a
apps/server/src/index.ts
@@ -1,9 +1,9 @@
1
+import { parse } from 'node:url';
2
import { Connect, Identity, Inboxes, Messages, SpaceEvents, Utils } from '@graphprotocol/hypergraph';
3
import { bytesToHex, randomBytes } from '@noble/hashes/utils.js';
4
import cors from 'cors';
5
import { Effect, Exit, Schema } from 'effect';
6
import express, { type Request, type Response } from 'express';
-import { parse } from 'node:url';
7
import WebSocket, { WebSocketServer } from 'ws';
8
import { addAppIdentityToSpaces } from './handlers/add-app-identity-to-spaces.js';
9
import { applySpaceEvent } from './handlers/applySpaceEvent.js';
0 commit comments