feat(admin-auth): support username login and add dashboard logout
This commit is contained in:
@ -20,6 +20,12 @@ bun run db:migrate
|
||||
bun run db:seed
|
||||
```
|
||||
|
||||
Create a named migration:
|
||||
|
||||
```bash
|
||||
bun run db:migrate:named -- --name your_migration_name
|
||||
```
|
||||
|
||||
Reset local dev DB:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user