🔧 refactor(bot-commands): обновлено использование функции safeEdit в нескольких местах

This commit is contained in:
Oscar
2026-05-28 10:08:11 +03:00
parent 20a5f506da
commit 00d0a8d832
10 changed files with 363 additions and 21 deletions

View File

@@ -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"
}