Commit e259574 1 parent f4ff003 commit e259574 Copy full SHA for e259574
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ Using this SQLite version does not require installing other databases like Postg
75
75
11 . Once everything is filled in and correct, run ` npm install ` .
76
76
12 . Then run ` npx prisma migrate deploy ` .
77
77
13 . Then run ` npx prisma generate ` .
78
- 14 . Once done, run npm run seedadmin to create an admin account.
79
- 15 . Then run npm run seedkaryawan to create an user account.
78
+ 14 . Once done, run ` npm run seedadmin ` to create an admin account.
79
+ 15 . Then run ` npm run seeduser ` to create an user account.
80
80
16 . The email and password of both accounts can be seen and changed in ` /prisma/seedAdmin.js ` and ` /prisma/seedKaryawan.js ` .
81
81
17 . Then build the project by running ` npm run build ` .
82
82
@@ -93,7 +93,7 @@ Using this SQLite version does not require installing other databases like Postg
93
93
9 . Then run ` npx prisma migrate deploy ` .
94
94
10 . Then run ` npx prisma generate ` .
95
95
11 . Once done, run ` npm run seedadmin ` to create an admin account.
96
- 12 . Then run ` npm run seedkaryawan ` to create an user account.
96
+ 12 . Then run ` npm run seeduser ` to create an user account.
97
97
13 . The email and password of both accounts can be seen and changed in ` /prisma/seedAdmin.js ` and ` /prisma/seedKaryawan.js `
98
98
14 . Then build the project by running ` npm run build ` .
99
99
You can’t perform that action at this time.
0 commit comments