Skip to content

Commit 3ff1b53

Browse files
Update src/content/docs/workers/framework-guides/web-apps/tanstack.mdx
Co-authored-by: Kody Jackson <[email protected]>
1 parent 7265b11 commit 3ff1b53

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/framework-guides/web-apps

1 file changed

+1
-1
lines changed

src/content/docs/workers/framework-guides/web-apps/tanstack.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Whether you created a new TanStack Start project or are using an existing projec
157157
Create a helper function named `bindings.ts` in the `src/utils` folder (create the folder if it doesn't exist), and paste in the below code. The example assumes you have a KV namespace with a binding name of `CACHE` already created in your account and added to the wrangler file.
158158

159159

160-
```ts
160+
```ts title="src/utils/bindings.ts"
161161

162162
let cachedEnv: Env | null = null;
163163

0 commit comments

Comments
 (0)