parent
d0bc1bc722
commit
a66842c50e
|
@ -4,9 +4,9 @@ import { bundleAssets } from "./asset_bundle/builder.ts";
|
||||||
import { Manifest } from "./types.ts";
|
import { Manifest } from "./types.ts";
|
||||||
import { version } from "../version.ts";
|
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@${version}/plugos/worker_runtime.ts`;
|
||||||
|
|
||||||
export type CompileOptions = {
|
export type CompileOptions = {
|
||||||
debug?: boolean;
|
debug?: boolean;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export const version = "0.4.0";
|
export const version = "0.5.0";
|
||||||
|
|
Loading…
Reference in New Issue