fix: hawk a tuah behind YOU

This commit is contained in:
not-nullptr 2024-11-15 11:35:44 +00:00
parent be7e008152
commit 43907d13ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { VertFile } from "$lib/types";
import { Converter } from "./converter.svelte";
import VipsWorker from "$lib/workers/vips?url";
import VipsWorker from "$lib/workers/vips?worker&url";
import { browser } from "$app/environment";
import type { WorkerMessage, OmitBetterStrict } from "$lib/types";
import { log } from "$lib/logger";