From 5f74c7b648c66ba49a0a3bc938616e60ae11ec0c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 10 Oct 2024 01:55:37 +0200 Subject: [PATCH] Whoops, there was more cms --- deno.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/deno.json b/deno.json index 5a63355..dbed68f 100644 --- a/deno.json +++ b/deno.json @@ -1,14 +1,12 @@ { "imports": { "lume/": "https://deno.land/x/lume@v2.2.1/", - "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.5.1/", "dotenv/": "https://deno.land/std@0.224.0/dotenv/" }, "tasks": { "lume": "echo \"import 'lume/cli.ts'\" | deno run -A -", "build": "deno task lume", "serve": "deno task lume -s", - "cms": "deno task lume cms", "import-steam": "deno run --allow-env --allow-read=. --allow-net --allow-write=. _scripts/importSteam.ts" }, "compilerOptions": {