forked from tornadocash/nova-ui
Change workers: Now they are automatically rebuilt each time
uxt generate is run and loaded from dist/_nuxt/workers to site
This commit is contained in:
parent
12dd6cdd34
commit
f5486ba842
@ -41,8 +41,8 @@ class Provider implements WorkerProvider {
|
|||||||
|
|
||||||
const basePath = `${window.location.origin}${ipfsPathPrefix}`
|
const basePath = `${window.location.origin}${ipfsPathPrefix}`
|
||||||
|
|
||||||
this.nullifierWorkers = new Array(CORES).fill('').map(() => new Worker(`${basePath}/nullifier.worker.js`))
|
this.nullifierWorkers = new Array(CORES).fill('').map(() => new Worker(`${basePath}/_nuxt/workers/nullifier.worker.js`))
|
||||||
this.eventsWorkers = new Array(CORES).fill('').map(() => new Worker(`${basePath}/events.worker.js`))
|
this.eventsWorkers = new Array(CORES).fill('').map(() => new Worker(`${basePath}/_nuxt/workers/events.worker.js`))
|
||||||
|
|
||||||
// // @ts-expect-error
|
// // @ts-expect-error
|
||||||
// this.nullifierWorkers = new Array(CORES).fill('').map(() => new NWorker())
|
// this.nullifierWorkers = new Array(CORES).fill('').map(() => new NWorker())
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user