chore(testing): pause test execution and prep deterministic e2e admin seed
This commit is contained in:
11
apps/admin/scripts/seed-e2e-admin-user.ts
Normal file
11
apps/admin/scripts/seed-e2e-admin-user.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { ensureE2EAdminBootstrap } from "../src/lib/auth/server"
|
||||
|
||||
async function main() {
|
||||
await ensureE2EAdminBootstrap()
|
||||
console.log("E2E admin bootstrap completed")
|
||||
}
|
||||
|
||||
main().catch((error) => {
|
||||
console.error(error)
|
||||
process.exit(1)
|
||||
})
|
||||
Reference in New Issue
Block a user