even more changes

This commit is contained in:
vabene1111
2025-04-26 21:47:49 +02:00
parent a02722a525
commit 13c26d199b

View File

@@ -915,7 +915,7 @@ const defaultOptions = {
kind: OptionKind.WORKER kind: OptionKind.WORKER
}, },
workerSrc: { workerSrc: {
value: "../build/pdf.worker.mjs", value: "pdf.worker.mjs",
kind: OptionKind.WORKER kind: OptionKind.WORKER
} }
}; };
@@ -925,7 +925,7 @@ const defaultOptions = {
kind: OptionKind.VIEWER kind: OptionKind.VIEWER
}; };
defaultOptions.sandboxBundleSrc = { defaultOptions.sandboxBundleSrc = {
value: "../build/pdf.sandbox.mjs", value: "pdf.sandbox.mjs",
kind: OptionKind.VIEWER kind: OptionKind.VIEWER
}; };
defaultOptions.enableFakeMLManager = { defaultOptions.enableFakeMLManager = {