...
For any unused variables in your
.env
file, just leave them blank.Generate
Prisma
client and run web server:
Code Block | ||
---|---|---|
| ||
# Run these in the root directory.
npm run prisma:generate
npm run dev |
...
...
For any unused variables in your .env
file, just leave them blank.
Generate Prisma
client and run web server:
Code Block | ||
---|---|---|
| ||
# Run these in the root directory.
npm run prisma:generate
npm run dev |
...