docs(convex): drop pinned better-auth version in install command (#8563)

This commit is contained in:
Taesu
2026-03-12 21:42:56 +09:00
committed by GitHub
parent 6b55c608db
commit 0c8f48e7f3

View File

@@ -33,11 +33,10 @@ npx convex dev
<Step>
## Install packages
Install a pinned version of Better Auth and the Convex component for Better Auth, and make sure you are using the latest version of Convex.
Install Better Auth and the Convex component for Better Auth, and make sure you are using the latest version of Convex.
```package-install
npm install better-auth@1.4.9 --save-exact
npm install @convex-dev/better-auth
npm install better-auth @convex-dev/better-auth
```
<Callout type="info">