mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 13:19:16 -05:00
even more changes
This commit is contained in:
@@ -915,7 +915,7 @@ const defaultOptions = {
|
||||
kind: OptionKind.WORKER
|
||||
},
|
||||
workerSrc: {
|
||||
value: "../build/pdf.worker.mjs",
|
||||
value: "pdf.worker.mjs",
|
||||
kind: OptionKind.WORKER
|
||||
}
|
||||
};
|
||||
@@ -925,7 +925,7 @@ const defaultOptions = {
|
||||
kind: OptionKind.VIEWER
|
||||
};
|
||||
defaultOptions.sandboxBundleSrc = {
|
||||
value: "../build/pdf.sandbox.mjs",
|
||||
value: "pdf.sandbox.mjs",
|
||||
kind: OptionKind.VIEWER
|
||||
};
|
||||
defaultOptions.enableFakeMLManager = {
|
||||
|
||||
Reference in New Issue
Block a user