fix(docs): fix #83

This commit is contained in:
melvinchia3636
2026-01-28 23:08:18 +08:00
parent 1b5831467f
commit dd760375cc

View File

@@ -89,7 +89,7 @@ This initialization process will do quite a few things:
Now, you can start the Pocketbase instance using the following command:
```bash
bun run forge start db
bun run forge dev db
```
This will start the Pocketbase instance. You can access the admin dashboard at <a href="http://localhost:8090/_" target="_blank" rel="noopener noreferrer">http://localhost:8090/\_</a>. Enter the email and password you provided earlier to log in.