adminjs-nestjs
adminjs-nestjs copied to clipboard
NestJS module to import admin the Nest way
After changing the `builder` to `swc` app stopped working ``` // nest-cli.json { "$schema": "https://json.schemastore.org/nest-cli", "collection": "@nestjs/schematics", "sourceRoot": "src", "compilerOptions": { "deleteOutDir": true, "builder": "swc", "typeCheck": true } } ```...
Is there any example app that works with postgres db? thanks
NestJS 10.2.7 HttpAdapterHost dependency error **Error:** ``` 127 - 10/24/2023, 6:53:51 AM ERROR [ExceptionHandler] Nest can't resolve dependencies of the AdminModule (?, AbstractLoader, CONFIG_TOKEN). Please make sure that the argument...
Using [NestJs Middleware Consumers](https://docs.nestjs.com/middleware#middleware-consumer) is broken with this module. I'm trying to globally add middleware to the admin module with something like: ``` @Module({ imports: [ // whatever AdminModule.createAdmin({ adminBroOptions:...
I have created a custom action for my user model to export all users in an Excel file. for this I have created this action ``` actions: { export: {...
Currently, Fastify support is not implemented, is there any plan to support fastify?
I found next error after upgrade Nest.js to version 10. ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR!...
I am getting this error when update to 6.0.1 version. 
``` node_modules/@adminjs/design-system/types/src/atoms/avatar/avatar.d.ts:6:58 - error TS2694: Namespace '"/home/o/Documents/js/ecommerce-backend/node_modules/styled-components/dist/index"' has no exported member 'StyledComponent'. 6 export declare const Avatar: import("styled-components").StyledComponent
Hi ! I'm running a nestjs app (with adminBro) on a docker container `node:14.17-alpine`. And I get this error: The "@admin-bro/express" package is missing. Please, make sure to install this...