mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🔧 refactor(bot-commands): обновлено использование функции safeEdit в нескольких местах
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsx watch --env-file=.env src/index.ts",
|
||||
"build": "tsc",
|
||||
"build": "tsc && tsc-alias",
|
||||
"start": "node --env-file=.env dist/index.js",
|
||||
"db-view": "yarn prisma studio",
|
||||
"db:deploy": "npx prisma migrate deploy && npx prisma generate",
|
||||
@@ -35,6 +35,7 @@
|
||||
"@types/node-telegram-bot-api": "^0.64.14",
|
||||
"eslint": "^9.18.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsc-alias": "^1.8.17",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user