Skip to content

Commit

Permalink
Add some debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Staab committed Nov 19, 2024
1 parent 62a2ef3 commit 5c2998d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import * as lib from "@welshman/lib"
import * as util from "@welshman/util"
import {getRelayQuality, getPubkeyRelays, trackRelayStats, loadRelay} from "@welshman/app"
import * as signer from "@welshman/signer"
import * as net from "@welshman/net"
import * as app from "@welshman/app"
import logger from "src/util/logger"
import * as misc from "src/util/misc"
Expand Down Expand Up @@ -340,7 +342,9 @@
...nostr,
...misc,
...lib,
...signer,
...util,
...net,
...app,
...domain,
...engine,
Expand Down

0 comments on commit 5c2998d

Please sign in to comment.