mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🔧 Изменение(bot-commands): Изменил передаваемый аргумент для saveResume на объект.ResumeListItem.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"build": "tsc",
|
||||
"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-migrate": "npx prisma migrate dev",
|
||||
"db-deploy": "npx prisma migrate deploy",
|
||||
"db-migrate-server": "git pull npx prisma migrate deploy",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user