mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-08 23:58:15 -05:00
even more changes
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user