adminjs-example-app icon indicating copy to clipboard operation
adminjs-example-app copied to clipboard

Example app doesn't start with Fastify

Open yanascz opened this issue 2 years ago • 0 comments

Steps to reproduce

  1. $ cd ~
  2. $ git clone [email protected]:SoftwareBrothers/adminjs-example-app.git
  3. $ cd adminjs-example-app
  4. Set SERVER in .env to "FASTIFY".
  5. $ docker-compose up -d
  6. $ yarn install --frozen-lockfile
  7. $ npx prisma generate && yarn migration:up
  8. $ yarn build && yarn start:dev

yanascz avatar Jun 14 '23 14:06 yanascz