feat(api): завершение миграции на Fastify — sync, scheduler, backup
Docker / build (push) Has been cancelled

Портированы BILLmanager sync/test/balance, планировщик и Telegram,
импорт/экспорт бэкапов и migrate API; Docker по умолчанию на fastify.
Добавлен .understand-anything/ в gitignore, исправлен path codegraph в MCP.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-06-27 23:22:59 +07:00
co-authored by Cursor
parent 836c8a2936
commit 0de0538218
24 changed files with 2192 additions and 46 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ services:
- "3001:3001"
environment:
PORT: "3001"
# RUNTIME: "express" (по умолчанию, legacy) | "fastify" (новый стек)
RUNTIME: "express"
RUNTIME: "fastify"
volumes:
- ./data:/app/data