This commit is contained in:
velzie 2024-09-02 15:29:19 -04:00
parent 11c71cc50f
commit 87a4f4a8ce
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -5,6 +5,7 @@ const scramjet = new ScramjetController({
thread: "/scram/scramjet.thread.js",
client: "/scram/scramjet.client.js",
shared: "/scram/scramjet.shared.js",
sync: "/scram/scramjet.sync.js",
});
scramjet.init("./sw.js");