Skip to content

Commit

Permalink
fix: disable sw emu by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Oct 13, 2024
1 parent 06c5144 commit 0e034f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions static/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ const scramjet = new ScramjetController({
shared: "/scram/scramjet.shared.js",
sync: "/scram/scramjet.sync.js",
},
flags: {
serviceworkers: true,
},
});

scramjet.init("./sw.js");
Expand Down

0 comments on commit 0e034f5

Please sign in to comment.