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
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:
parent
8a69da6412
commit
7070be9953
1 changed files with 1 additions and 4 deletions
|
|
@ -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 сервера
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue