@lvce-editor/renderer-process 9.9.0 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1516,7 +1516,7 @@ const hydrate$3 = async () => {
|
|
|
1516
1516
|
|
|
1517
1517
|
const isElectron = platform === Electron$1;
|
|
1518
1518
|
|
|
1519
|
-
const extensionHostWorkerUrl = `${assetDir}/packages/extension-host-worker/
|
|
1519
|
+
const extensionHostWorkerUrl = `${assetDir}/packages/renderer-worker/node_modules/@lvce-editor/extension-host-worker/dist/extensionHostWorkerMain.js`;
|
|
1520
1520
|
|
|
1521
1521
|
const launchExtensionHostWorker = async port => {
|
|
1522
1522
|
const name = isElectron ? 'Extension Host (Electron)' : 'Extension Host';
|