Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Sep 13, 2024
1 parent 91f0e3a commit 825f70e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/single-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ You can do this in any file covered by your `tsconfig.json` > `include`.
We recommend you do this in your `vite.config.ts` to keep it colocated with the `future.unstable_singleFetch` future flag in the Remix plugin:

```ts
declare module "@remix-run/node" { // or cloudflare, deno, etc.
declare module "@remix-run/node" {
// or cloudflare, deno, etc.
interface Future {
unstable_singleFetch: true;
}
Expand Down

0 comments on commit 825f70e

Please sign in to comment.