nestjs-temporal
nestjs-temporal copied to clipboard
Incompatible with Nest v8
In the peer dependencies it specifies nest v8 as supported. However it is using ConfigurableModuleBuilder from @nestjs/common which wasn't available until v9.
Any news ?