Update compile.ts

This commit is contained in:
Zef Hemel
2023-06-13 23:06:26 +02:00
committed by GitHub
parent 76964aa4b3
commit 618fd46cce
+1 -1
View File
@@ -6,7 +6,7 @@ import { version } from "../version.ts";
// const workerRuntimeUrl = new URL("./worker_runtime.ts", import.meta.url); // const workerRuntimeUrl = new URL("./worker_runtime.ts", import.meta.url);
const workerRuntimeUrl = const workerRuntimeUrl =
`https://deno.land/x/silverbullet@${version}/plugos/worker_runtime.ts`; `https://deno.land/x/silverbullet/plugos/worker_runtime.ts`;
export type CompileOptions = { export type CompileOptions = {
debug?: boolean; debug?: boolean;