fix: share page

This commit is contained in:
Adam 2025-12-15 10:56:03 -06:00
commit b7a9cbfc68
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
17 changed files with 63 additions and 63 deletions

View file

@ -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" })