summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deno.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/deno.json b/deno.json
index 657ca18..71d7f77 100644
--- a/deno.json
+++ b/deno.json
@@ -3,4 +3,7 @@
"lodash": "https://esm.sh/[email protected]",
"./": "./"
}
+ "tasks": {
+ "start": "deno run --allow-net --allow-read --allow-sys index.js"
+ }
}