summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--deno.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/deno.json b/deno.json
new file mode 100644
index 0000000..f8273a0
--- /dev/null
+++ b/deno.json
@@ -0,0 +1,5 @@
+{
+    "tasks": {
+        "start": "deno run --allow-env --allow-read --allow-write --allow-net main.ts"
+    }
+}
\ No newline at end of file