Did anyone try to combine NestJS and SST? What I m...
# sst
m
Did anyone try to combine NestJS and SST? What I mean, is calling NestJs within the lambda? Is it possible to combine building / boundling the NestJs with SST workflow? Is it possible to use debugging?
j
Hey @Marcin M if NestJs doesn’t support being bundled with esbuild, you can set it up to exclude it. And debugging should work as normal.