feat(db): DATABASE_URL и общий Postgres (Postgres_TG_Bots), БД clinic_tests

Made-with: Cursor
This commit is contained in:
Константин Лебединский
2026-04-24 20:16:22 +05:00
parent c381283ee4
commit 675555531f
8 changed files with 199 additions and 13 deletions
+1
View File
@@ -8,6 +8,7 @@
"start": "node src/index.js",
"dev": "node --watch src/index.js",
"test": "node --test src/services/testChainService.test.js",
"migrate": "node src/db/migrate.js",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"format": "prettier --write src/"