@gudhub/core 1.2.4-beta.18 → 1.2.4-beta.19
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.
|
@@ -502,8 +502,8 @@ export class IndexedDBAppService extends AppDataService {
|
|
|
502
502
|
|
|
503
503
|
// this.appRequestAndProcessWorker = new Worker('./appRequestWorker.js');
|
|
504
504
|
// this.appRequestAndProcessWorker = new Worker(new URL('./appRequestWorker.js', import.meta.url));
|
|
505
|
-
|
|
506
|
-
this.appRequestAndProcessWorker = new Worker('override_npm/gudhub/umd/appRequestWorker.js');
|
|
505
|
+
this.appRequestAndProcessWorker = new Worker('node_modules/@gudhub/core/umd/appRequestWorker.js');
|
|
506
|
+
// this.appRequestAndProcessWorker = new Worker('override_npm/gudhub/umd/appRequestWorker.js');
|
|
507
507
|
// this.appRequestAndProcessWorker = new AppRequestWorker();
|
|
508
508
|
|
|
509
509
|
// new Worker(new URL('./worker.js', import.meta.url));
|