summary refs log tree commit diff
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-11-30 14:25:25 +0200
committerWlodekM <[email protected]>2024-11-30 14:25:25 +0200
commit4f53004d26fb471a72cfbe523551b373e3f5ea17 (patch)
treeccf9d17e9d7bf285e2d106aeeda3740b8f724151
parent714a4189eb02051ddd330513048b07b3be070e27 (diff)
deno jayson
-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