fix: share page
This commit is contained in:
parent
46a35dfc1b
commit
b7a9cbfc68
17 changed files with 63 additions and 63 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { getOrCreateWorkerPoolSingleton } from "@pierre/precision-diffs/worker"
|
||||
import ShikiWorkerUrl from "@pierre/precision-diffs/worker/worker.js?worker&url"
|
||||
import { getOrCreateWorkerPoolSingleton } from "@pierre/diffs/worker"
|
||||
import ShikiWorkerUrl from "@pierre/diffs/worker/worker.js?worker&url"
|
||||
|
||||
export function workerFactory(): Worker {
|
||||
return new Worker(ShikiWorkerUrl, { type: "module" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue