Skip to content

Commit cbb8cd3

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
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)