Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. For any unused variables in your .env file, just leave them blank.

  2. Generate Prisma client and run web server:

Code Block
languagebash
# Run these in the root directory.
npm run prisma:generate
npm run dev

...