From 618fd46cce3d67b8ccee8422fc423325d9f5fcf5 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Tue, 13 Jun 2023 23:06:26 +0200 Subject: [PATCH] Update compile.ts --- plugos/compile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugos/compile.ts b/plugos/compile.ts index 74774df..6b67a84 100644 --- a/plugos/compile.ts +++ b/plugos/compile.ts @@ -6,7 +6,7 @@ import { version } from "../version.ts"; // const workerRuntimeUrl = new URL("./worker_runtime.ts", import.meta.url); const workerRuntimeUrl = - `https://deno.land/x/silverbullet@${version}/plugos/worker_runtime.ts`; + `https://deno.land/x/silverbullet/plugos/worker_runtime.ts`; export type CompileOptions = { debug?: boolean;