tambah akaun dari tiap role
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { seedLocalUserIfMissing } from "../api/auth";
|
||||
|
||||
async function forceSeed() {
|
||||
console.log("Starting force seed...");
|
||||
await seedLocalUserIfMissing();
|
||||
console.log("Force seed completed.");
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
forceSeed().catch(console.error);
|
||||
Reference in New Issue
Block a user