mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
fix: somewhat fix sw emu
This commit is contained in:
parent
0906dd78a9
commit
06c5144d3b
2 changed files with 12 additions and 8 deletions
|
@ -6,6 +6,9 @@ const scramjet = new ScramjetController({
|
|||
shared: "/scram/scramjet.shared.js",
|
||||
sync: "/scram/scramjet.sync.js",
|
||||
},
|
||||
flags: {
|
||||
serviceworkers: true,
|
||||
},
|
||||
});
|
||||
|
||||
scramjet.init("./sw.js");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue