Skip to content

Commit

Permalink
docs: comment expres
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed May 27, 2024
1 parent 7aaea16 commit 24ec843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/example-express-app/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { logger } from './utils/logger';
let server: Server | null = null;

export const main = async function (): Promise<void> {
logger.info('🚀 Starting server...');
logger.info('🚀 Starting server!!!');

const app = await buildApp();

Expand Down

0 comments on commit 24ec843

Please sign in to comment.