fix: more controller patches

This commit is contained in:
Percs 2024-12-17 00:02:51 -06:00
parent 7d8669c137
commit 80592c81a7
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ export class ScramjetController {
pushsourcemapfn: "$scramjet$pushsourcemap",
},
files: {
wasm: "/scramjet.wasm.wasm",
wasm: "/scramjet.wasm.js",
shared: "/scramjet.shared.js",
worker: "/scramjet.worker.js",
client: "/scramjet.client.js",
@ -29,10 +29,10 @@ export class ScramjetController {
flags: {
serviceworkers: false,
syncxhr: false,
strictRewrites: true,
naiiveRewriter: false,
strictRewrites: true,
rewriterLogs: true,
captureErrors: true,
captureErrors: false,
cleanErrors: false,
scramitize: false,
sourcemaps: false,