feat: новая функция

This commit is contained in:
2025-11-06 16:24:50 +03:00
parent b3620b264b
commit 714a3f55c7
34 changed files with 5436 additions and 2433 deletions

View File

@@ -12,7 +12,7 @@
"server": "nodemon server.js --signal SIGUSR2",
"migrate": "node scripts/run-migrations.js",
"prod": "NODE_ENV=production node server.js",
"test": "mocha test/**/*.test.js",
"test": "mocha tests/**/*.test.js",
"check-ollama": "node scripts/check-ollama-models.js",
"check-ethers": "node scripts/check-ethers-v6-compatibility.js",
"lint": "eslint .",