nicer icons. different port

This commit is contained in:
Tommy D. Rossi
2025-11-16 11:29:35 +01:00
parent 52d2726d7d
commit 29488aca76
25 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ cdpRelayServer.stop()
**After:**
```typescript
const server = await startRelayServer({ port: 9988 })
const server = await startRelayServer({ port: 19988 })
// Simple object API
server.close()
```