Skip to content

Commit e71366e

Browse files
Make documentation more concise.
1 parent 497d1dd commit e71366e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/25-build-and-deploy/70-adapter-cloudflare-workers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Path to your [Wrangler configuration file](https://developers.cloudflare.com/wor
3232

3333
### handlers
3434

35-
Path to a file with additional [handlers](https://developers.cloudflare.com/workers/runtime-apis/handlers/) to be exported from the file the adapter generates. This allows you to, for example, include handlers for scheduled or queue triggers alongside the fetch handler your SvelteKit app.
35+
Path to a file with additional [handlers](https://developers.cloudflare.com/workers/runtime-apis/handlers/) export alongside the SvelteKit-generated `fetch()` handler. Enables integration of, for example, `scheduled()` or `queue()` handlers with your SvelteKit app.
3636

37-
By default, `handlers` is undefined, which means that no additional handlers will be exported alongside the `fetch` handler this adapter creates for you. If you want to include any additional handlers, you must specify the path to a file with the additional handlers.
37+
Default: `undefined`- no additional handlers are exported.
3838

3939
The handlers file should export a default object with any additional handlers. Example below:
4040

0 commit comments

Comments
 (0)