getit
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions

This commit is contained in:
Dmitry 2025-12-14 01:10:19 +03:00
parent 8a69da6412
commit 7070be9953

View file

@ -94,10 +94,7 @@ void main() async {
try { try {
await _initDatabase(); await _initDatabase();
// Регистрация в DI // Настройка зависимостей (AppDatabase уже регистрируется через @singleton в modules.dart)
getIt.registerSingleton<AppDatabase>(database);
// Настройка остальных зависимостей
configureDependencies(); configureDependencies();
// Запуск API сервера // Запуск API сервера