feat: add telegram bot
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user