mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🔧 refactor(bot-commands): Убран лишний код, оптимизированы импорты и функции.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
"packageManager": "yarn@4.6.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"dev": "tsx watch --env-file=.env src/index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"start": "node --env-file=.env dist/index.js",
|
||||
"db-view": "yarn prisma studio",
|
||||
"db-migrate": "npx prisma migrate dev --name init npx prisma generate ",
|
||||
"db-deploy": "npx prisma migrate deploy",
|
||||
|
||||
Reference in New Issue
Block a user