The admin dashboard in staarter.devarrow-up-right provides a centralized interface for managing users and other administrative tasks.
To become an admin in staarter.devarrow-up-right, follow these steps:
If not yet done, sign up as a user.
Start the Prisma Studio by running yarn db:studio.
yarn db:studio
Locate your user in the User table.
User
Update the role field to ADMIN.
role
ADMIN
Save the changes.
After completing these steps, you should have admin access to the dashboard.
Last updated 1 year ago