feat: add nestjs api and worker skeletons
This commit is contained in:
4
backend/apps/worker/src/worker.module.ts
Normal file
4
backend/apps/worker/src/worker.module.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
|
||||
@Module({})
|
||||
export class WorkerModule {}
|
||||
Reference in New Issue
Block a user