const app = await NestFactory.create(AppModule, { cors: true });
const app = await NestFactory.create(AppModule); app.enableCors(); await app.listen(3000);