From a7db8d9f1a6b781dc312bf2244b3b7efb159921c Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Sun, 3 Sep 2023 22:02:15 +0800 Subject: add compile task --- deno.json | 1 + 1 file changed, 1 insertion(+) diff --git a/deno.json b/deno.json index 71d7f77..e21a93b 100644 --- a/deno.json +++ b/deno.json @@ -5,5 +5,6 @@ } "tasks": { "start": "deno run --allow-net --allow-read --allow-sys index.js" + "compile": "deno compile --allow-net --allow-read --allow-sys index.js" } } -- cgit v1.2.3