Putting back the version number in worker_runtime link
This commit is contained in:
parent
80e7d97b80
commit
daa083414e
@ -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/plugos/worker_runtime.ts`;
|
||||
`https://deno.land/x/silverbullet@${version}/plugos/worker_runtime.ts`;
|
||||
|
||||
export type CompileOptions = {
|
||||
debug?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user