We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0642ff commit 4dcd478Copy full SHA for 4dcd478
packages/pyodide-runtime-agent/src/pyodide-worker.ts
@@ -14,7 +14,7 @@ import {
14
getEssentialPackages,
15
isFirstRun,
16
} from "./cache-utils.ts";
17
-import type { FileData } from "@runtimed/schema";
+import type { FileData } from "jsr:@runtimed/schema";
18
19
declare const self: DedicatedWorkerGlobalScope;
20
0 commit comments