How do I set adapter after:
NestFactory.create const app = await NestFactory.create(AppModule, new ExpressAdapter(server));
I want to use pa