Put tracker in a store

This commit is contained in:
Jon Staab
2024-09-11 14:07:34 -07:00
parent 4e113faa1a
commit c5364b60b8
6 changed files with 65 additions and 7 deletions
+1
View File
@@ -12,6 +12,7 @@ export const BOGUS_RELAY_URL = "bogus://welshman.relay"
export type RelayProfile = {
url: string
icon?: string
name?: string
pubkey?: string
contact?: string