1
0
mirror of https://github.com/Burn-E99/SweeperBot.git synced 2026-06-03 23:43:49 -04:00

update to support deno 2 correctly

This commit is contained in:
Ean Milligan
2025-07-24 03:14:40 -04:00
parent 42cb621bf6
commit 2b2806bb76
18 changed files with 994 additions and 482 deletions

View File

@@ -6,7 +6,7 @@ After=network.target
[Service]
Type=simple
PIDFile=/run/deno.pid
ExecStart=/root/.deno/bin/deno run --allow-write=./logs/ --allow-net .\mod.ts
ExecStart=/root/.deno/bin/deno run --allow-write=./logs/ --allow-net --allow-import .\mod.ts
RestartSec=60
Restart=on-failure