adminjs-example-app
adminjs-example-app copied to clipboard
Example app doesn't start with Fastify
Steps to reproduce
-
$ cd ~ -
$ git clone [email protected]:SoftwareBrothers/adminjs-example-app.git -
$ cd adminjs-example-app - Set
SERVERin.envto"FASTIFY". -
$ docker-compose up -d -
$ yarn install --frozen-lockfile -
$ npx prisma generate && yarn migration:up -
$ yarn build && yarn start:dev