summaryrefslogtreecommitdiff
path: root/packages/backend/src/RootModule.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packages/backend/src/RootModule.ts (renamed from packages/backend/src/AppModule.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/AppModule.ts b/packages/backend/src/RootModule.ts
index 76de8ca82a..3fc3927768 100644
--- a/packages/backend/src/AppModule.ts
+++ b/packages/backend/src/RootModule.ts
@@ -10,4 +10,4 @@ import { QueueProcessorModule } from '@/queue/QueueProcessorModule.js';
QueueProcessorModule,
],
})
-export class AppModule {}
+export class RootModule {}