feat: admin dashboard

This commit is contained in:
Sonny
2023-12-25 04:52:54 +01:00
committed by Sonny
parent 480ca9bfa6
commit cd7ad1f3d3
21 changed files with 303 additions and 18 deletions

View File

@@ -17,6 +17,7 @@ model User {
email String @unique
name String?
image String?
is_admin Boolean @default(false)
categories Category[]
links Link[]