initial commit
This commit is contained in:
commit
7ce36dfb37
8 changed files with 298 additions and 0 deletions
7
index.ts
Normal file
7
index.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { main } from "./src/main.ts";
|
||||
|
||||
let relay = process.env.RELAY_URL ?? Bun.argv[Bun.argv.length - 1];
|
||||
if (!relay?.startsWith("wss://"))
|
||||
relay = "wss://relay.arx-ccn.com";
|
||||
|
||||
main(relay)
|
Loading…
Add table
Add a link
Reference in a new issue