diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..6898149 Binary files /dev/null and b/.DS_Store differ diff --git a/src/main.ts b/src/main.ts index 13cad38..f4c2401 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,6 +3,6 @@ import { AppModule } from './app.module'; async function bootstrap() { const app = await NestFactory.create(AppModule); - await app.listen(3000); + await app.listen(3000 ); } bootstrap();