adminjs-example-app
adminjs-example-app copied to clipboard
Example application for AdminJS
Fix for https://github.com/SoftwareBrothers/adminjs-example-app/issues/73.
### Steps to reproduce 1. `$ cd ~` 1. `$ git clone [email protected]:SoftwareBrothers/adminjs-example-app.git` 1. `$ cd adminjs-example-app` 1. Set `SERVER` in `.env` to `"FASTIFY"`. 1. `$ docker-compose up -d` 1....
Bumps [@nestjs/core](https://github.com/nestjs/nest) from 8.4.7 to 9.0.5. Release notes Sourced from @nestjs/core's releases. v9.0.5 (2022-07-20) Bug fixes common, platform-express #9819 fix: use pipeline over stream.pipe (@jmcdo29) Enhancements microservices #9798 feat(microservices): add...
Get several of the following errors. Type 'FeatureType' is not assignable to type '(options: object) => object'. 11 features: [useEnvironmentVariableToDisableActions()]
I am looking for an example of how I integrate the [Stepper](https://docs.adminjs.co/Stepper.html) component when creating a DB record. E.g. Let's say I have a record with 8 fields on it...