David Rhoderick
David Rhoderick
Just updating here that the latest version of Nest requires some updates to the code in this issue: ``` import { NestFactory } from '@nestjs/core'; import { FastifyAdapter, NestFastifyApplication, }...
Looks like I'm still running into a problem: My set up is using SST to deploy a containerized Nest.js application using this plugin. There's a demo repo [here](https://github.com/toptal-dave/nestjs-aws-lambda-docker/tree/master). I get...
Just want to say that I was looking around today and was very happy to find a PR here with documentation about using Next.js with Fastify on Lambda. Is there...
@Jwagner347 I see some issues with the code in the README. Mostly variable names and types not lining up because the code is combined. Here's how it should look: ```typescript...
I submitted an bug report issue [here](https://github.com/nestjs/nest/issues/12979).
OK I took another crack at fixing it using the Fastify instance from the `NestFactory`; plus I updated some of the parts to work with the latest Nest version 10.2:...
I got it working! The code that works is as follows: ``` import { NestFactory } from '@nestjs/core'; import { FastifyAdapter, NestFastifyApplication, } from '@nestjs/platform-fastify'; import { AppModule } from...
I'm looking to add Playwright coverage to my Remix app now and I was wondering, did you ever figure it out? I'm trying to get Playwright coverage, whether from v8...
Hey @samijaber , yea I don't work with Builder anymore so you can close this