feat: add telegram bot

This commit is contained in:
2025-05-09 19:05:23 +02:00
parent d450f4ed42
commit acefbcbd14
6 changed files with 148 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
],
"tasks": {
"check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx",
"start": "deno run --env-file -A --watch=static/,routes/ dev.ts",
"dev": "deno run --env-file -A --watch=static/,routes/ dev.ts",
"start": "deno run --env-file -A main.ts",
"db": "deno run --env-file -A npm:drizzle-kit",
"build": "deno run -A dev.ts build",
"preview": "deno run -A main.ts",