Skip to content

Commit

Permalink
test gcp deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Jan 23, 2024
1 parent b04d820 commit 6ca70d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import { JwtAuthGuard } from 'guards/jwt-auth.guard';
import { useContainer } from 'class-validator';
import { SensitiveInfoGuard } from 'guards/sensitive-info.guard';

// test

async function bootstrap(): Promise<void> {
const logger: Logger = new Logger('bootstrap');
const serverConfig: any = config.get('server');
Expand Down

0 comments on commit 6ca70d9

Please sign in to comment.