We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebae3f commit 2853763Copy full SHA for 2853763
relay/src/index.ts
@@ -9,6 +9,9 @@ import Gun from "gun";
9
import "gun/sea";
10
import "gun/lib/stats";
11
import "gun/lib/webrtc";
12
+import "gun/lib/evict";
13
+import "gun/lib/erase";
14
+import "gun/lib/radisk";
15
// import "gun/axe"; // Disabled: causes infinite event-loop blocks / 504 Gateway Timeouts on writes in cyclic nets
16
import "gun/lib/wire";
17
import "./utils/bullet-catcher";
0 commit comments