update to support deno 2 correctly

This commit is contained in:
Ean Milligan
2025-07-24 03:01:48 -04:00
parent 774ab87966
commit 02fb3e5443
8 changed files with 21 additions and 22 deletions

View File

@@ -1 +1 @@
deno run --allow-net --allow-write=./logs/ ./mod.ts
deno run --allow-write=./logs/ --allow-net --allow-import ./mod.ts