From dd760375cc2a4ee5cff953897bf690ff01ccae98 Mon Sep 17 00:00:00 2001 From: melvinchia3636 Date: Wed, 28 Jan 2026 23:08:18 +0800 Subject: [PATCH] fix(docs): fix #83 --- docs/src/contents/01.getting-started/03.Configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/contents/01.getting-started/03.Configuration.mdx b/docs/src/contents/01.getting-started/03.Configuration.mdx index 93a271b1c..5336b5276 100644 --- a/docs/src/contents/01.getting-started/03.Configuration.mdx +++ b/docs/src/contents/01.getting-started/03.Configuration.mdx @@ -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 http://localhost:8090/\_. Enter the email and password you provided earlier to log in.