adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

[Feature]: Nestjs+Fastify support

Open vinayagg opened this issue 2 years ago • 1 comments

Description

AdminJS already has NestJS support and Fastify support. It does not support NestJS with Fastify. This should be minimal work but will help accelerate frontend development. Please add this support.

Suggested Solution

Add support for NestJS with Fastify.

Alternatives

No response

Additional Context

No response

vinayagg avatar Mar 20 '23 14:03 vinayagg

I created a package for this: @nestlike/adminjs-fastify. Feel free to use it. I tried to make it as similar as possible to the official nestjs package.

I will soon publish a new version compatible with AdminJS v7.

makuko avatar Apr 23 '23 13:04 makuko