chore: atualiza seed e inclui .codex/plans no gitignore
This commit is contained in:
@@ -27,17 +27,7 @@ async function upsertUser({ email, password }) {
|
||||
async function main() {
|
||||
await upsertUser({
|
||||
email: 'student@example.com',
|
||||
password: 'student123'
|
||||
})
|
||||
|
||||
await upsertUser({
|
||||
email: 'admin@example.com',
|
||||
password: 'admin123'
|
||||
})
|
||||
|
||||
await upsertUser({
|
||||
email: 'limited@example.com',
|
||||
password: 'limited123'
|
||||
password: '123456'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user