From 70b073fb81848d52eccb7313c22b1751b8e269ea Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 13 Oct 2022 20:04:55 -0400 Subject: [PATCH] forgor to add a run task --- deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index da198c3..bf29b2f 100644 --- a/deno.json +++ b/deno.json @@ -7,6 +7,7 @@ }, "importMap": "./import_map.json", "tasks": { - "run:db": "surreal start --user root --pass root rocksdb://dist/database" + "run:db": "surreal start --user root --pass root rocksdb://dist/database", + "run:bot": "deno run --allow-net --allow-read --allow-env index.ts" } }