Configuracion de prompts PENDIENTE

This commit is contained in:
unknown
2026-06-02 10:24:02 -04:00
parent 3e9d083e7d
commit 9a8f84ff37
6 changed files with 456 additions and 3981 deletions

View File

@@ -26,8 +26,9 @@
"@nestjs/platform-express": "^10.0.0",
"@nestjs/schedule": "^4.0.0",
"@nestjs/typeorm": "^10.0.0",
"@whiskeysockets/baileys": "^6.7.9",
"@whiskeysockets/baileys": "^7.0.0-rc10",
"axios": "^1.7.0",
"baileys-antiban": "^3.9.0",
"dotenv": "^16.4.0",
"form-data": "^4.0.1",
"pg": "^8.12.0",
@@ -55,10 +56,16 @@
"typescript": "^5.5.0"
},
"jest": {
"moduleFileExtensions": ["js", "json", "ts"],
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": { "^.+\\.(t|j)s$": "ts-jest" },
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}