chore: migrate backend to monorepo apps and biome
This commit is contained in:
10
apps/gateway/src/gateway.module.ts
Normal file
10
apps/gateway/src/gateway.module.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { GatewayController } from './gateway.controller';
|
||||
import { GatewayService } from './gateway.service';
|
||||
|
||||
@Module({
|
||||
imports: [],
|
||||
controllers: [GatewayController],
|
||||
providers: [GatewayService],
|
||||
})
|
||||
export class GatewayModule {}
|
||||
Reference in New Issue
Block a user