From 86e4db841672bdf5548ae6ae5546595d4c48543c Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Mon, 20 Apr 2026 22:36:02 -0400 Subject: [PATCH] add start cmd --- start.command | 1 + 1 file changed, 1 insertion(+) create mode 100644 start.command diff --git a/start.command b/start.command new file mode 100644 index 0000000..fde1ef2 --- /dev/null +++ b/start.command @@ -0,0 +1 @@ +deno run --allow-net --allow-import mod.ts \ No newline at end of file