CheeKhan

Results 2 comments of CheeKhan

> // 加上这个泛型就好了 import { NestExpressApplication } from '@nestjs/platform-express'; async function bootstrap() { const app = await NestFactory.create( AppModule, ); // code ... } bootstrap();