Возможный фикс невозможности отправить уведомление.

Добавлена возможность отправки сообщений вручную.
This commit is contained in:
2024-11-01 02:00:33 +04:00
parent 979877532c
commit fe88c685e0
4 changed files with 54 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"format": "prettier --write \"src/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
@@ -17,7 +17,8 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test:e2e": "jest --config ./test/jest-e2e.json",
"precommit": "npm run format && npm run lint"
},
"dependencies": {
"@nestjs/cache-manager": "^2.2.2",