diff --git a/deno.json b/deno.json index f9a2f65..b70aae6 100644 --- a/deno.json +++ b/deno.json @@ -8,7 +8,7 @@ ] }, "tasks": { - "lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:3000,jsr.io' --allow-sys=networkInterfaces --allow-env='LUME_ENV,LUME_LIVE_RELOAD,LUME_LOGS,LUME_NOCACHE,LUME_DRAFTS' -", + "lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:3000,jsr.io,lumeland.github.io' --allow-sys=networkInterfaces --allow-env='LUME_ENV,LUME_LIVE_RELOAD,LUME_LOGS,LUME_NOCACHE,LUME_DRAFTS' -", "build": "deno task lume", "check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx", "serve": "deno task lume -s", @@ -16,7 +16,7 @@ }, "imports": { "react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime", - "lume/": "https://deno.land/x/lume@v2.2.3/" + "lume/": "https://deno.land/x/lume@v2.2.4/" }, "fmt": { "exclude": [ diff --git a/deno.lock b/deno.lock index 9df79da..92fc9c6 100644 Binary files a/deno.lock and b/deno.lock differ