From 6cf783f626e0291f6df904d42d4f4c8100a71591 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 16 Feb 2024 12:47:51 +0300 Subject: [PATCH] Fix deprecated flag --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index ae07209..f0f61d8 100644 --- a/deno.json +++ b/deno.json @@ -8,7 +8,7 @@ ] }, "tasks": { - "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -", + "lume": "echo \"import 'lume/cli.ts'\" | deno run --allow-all -", "build": "deno task lume", "serve": "deno task lume --serve" },