Update compile.ts
This commit is contained in:
parent
76964aa4b3
commit
618fd46cce
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user