feat: implement real-time database synchronization with SSE and update backend modules
Test Suite / backend-pr-quick (24.15.0) (push) Has been cancelled
Test Suite / backend-full (24.15.0) (push) Has been cancelled
Test Suite / flutter-quality (push) Has been cancelled

This commit is contained in:
Nils-Johan Gynther
2026-05-12 16:57:05 +02:00
parent 2dda34d4d2
commit 98ee8a3ad6
11 changed files with 400 additions and 7 deletions
+2
View File
@@ -16,6 +16,7 @@ import { UsersModule } from './users/users.module';
import { UserProductsModule } from './user-products/user-products.module';
import { CategoriesModule } from './categories/categories.module';
import { AiModule } from './ai/ai.module';
import { RealtimeModule } from './realtime/realtime.module';
import { JwtAuthGuard } from './auth/jwt-auth.guard';
import { RolesGuard } from './auth/roles.guard';
@@ -44,6 +45,7 @@ import { RolesGuard } from './auth/roles.guard';
UserProductsModule,
CategoriesModule,
AiModule,
RealtimeModule,
],
providers: [
{