Deskripsi:
- membuat seeder npx prisma db push
- membuat data json role user
- membuat data json user

No Issues
This commit is contained in:
amel
2024-07-03 15:32:00 +08:00
parent 9805d78f9f
commit 2224bbfe70
6 changed files with 121 additions and 2 deletions

View File

@@ -8,6 +8,9 @@
"start": "next start",
"lint": "next lint"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@mantine/carousel": "^7.11.0",
"@mantine/charts": "^7.11.0",
@@ -53,4 +56,4 @@
"keywords": [],
"author": "",
"license": "ISC"
}
}