docs: add a file name (#60)

I added this file name, because I was confused myself where to put this code and I wanted to clarify that
This commit is contained in:
Neville Brem
2024-10-01 20:15:20 +02:00
committed by GitHub
parent 2ae54e54f6
commit af636fc2b5

View File

@@ -8,7 +8,7 @@ Before you start, make sure you have a better auth instance configured. If you h
We need to mount the handler to svelte kit server hook.
```ts
```ts title="hooks.server.ts"
import { auth } from "$lib/auth";
import { svelteKitHandler } from "better-auth/svelte-kit";