all repos — kokyo @ 96b7285acbac64583de6ddb0612a88f3d65dd885

Chatbot and CLI tool for Swiss public transports

🔧 Set deno command for prod
Tim Izzo tim@5ika.ch
Mon, 12 Aug 2024 11:30:34 +0200
commit

96b7285acbac64583de6ddb0612a88f3d65dd885

parent

ecad943d5b2b5dc7265aa97181856b3f6b76597e

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M deno.jsondeno.json

@@ -1,7 +1,8 @@

{ "tasks": { "cli": "deno run -A --env cli.ts", - "telegram": "deno run -A --watch --env bots/telegram.ts" + "telegram-dev": "deno run -A --watch --env bots/telegram.ts", + "telegram": "deno run --allow-env --allow-net --env bots/telegram.ts" }, "unstable": ["kv"], "imports": {