Skip to content

Commit

Permalink
fix: no shims
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Apr 27, 2023
1 parent e5c7344 commit 900060c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gun-es/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ import "gun/lib/radisk";
import "gun/lib/rindexed";
import "gun/lib/webrtc";

const window = window || { Gun }
self.Gun = globalThis.Gun = Gun
import { default as SEA } from 'gun/sea.js';


export { Gun, SEA };


0 comments on commit 900060c

Please sign in to comment.