Skip to content

Commit 3ef0579

Browse files
vicbjames-elicx
andauthored
Update packages/cloudflare/src/api/overrides/asset-resolver/index.ts
Co-authored-by: James Anderson <[email protected]>
1 parent fab558c commit 3ef0579

File tree

1 file changed

+1
-1
lines changed
  • packages/cloudflare/src/api/overrides/asset-resolver

1 file changed

+1
-1
lines changed

packages/cloudflare/src/api/overrides/asset-resolver/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getCloudflareContext } from "../../cloudflare-context.js";
66
/**
77
* Serves assets when `run_worker_first` is set to true.
88
*
9-
* When `tun_worker_first` is `false`, the assets are served directly bypassing Next routing.
9+
* When `run_worker_first` is `false`, the assets are served directly bypassing Next routing.
1010
*
1111
* When it is `true`, assets are served from the routing layer. It should be used when assets
1212
* should be behind the middleware or when skew protection is enabled.

0 commit comments

Comments
 (0)