Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbb8cd3

Browse files
fix: update server configuration file path in README
1 parent 22ddeb6 commit cbb8cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ You can create configuration files to customize authentication:
209209
Create a `*.better-auth.ts` file to configure server-side auth:
210210

211211
```ts
212-
// app/my-auth.better-auth.ts
212+
// server/my-auth.better-auth.ts
213213
export default {
214214
// Custom server-side auth configuration
215215
}

0 commit comments

Comments
 (0)