feat(auth): add better-auth core wiring for admin and db
This commit is contained in:
@ -15,6 +15,7 @@ cp .env.example .env
|
||||
## Database
|
||||
|
||||
```bash
|
||||
bun run db:auth:generate
|
||||
bun run db:generate
|
||||
bun run db:migrate
|
||||
bun run db:seed
|
||||
@ -28,6 +29,7 @@ bun run dev
|
||||
|
||||
- Web: `http://localhost:3000`
|
||||
- Admin: `http://localhost:3001`
|
||||
- Admin login: `http://localhost:3001/login`
|
||||
|
||||
## Run docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user