Skip to content

Commit becc79b

Browse files
Rich-Harrisgithub-actions[bot]
authored andcommitted
sync kit docs
1 parent 65825d3 commit becc79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/svelte.dev/content/docs/kit/25-build-and-deploy/70-adapter-cloudflare-workers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ export default {
3535

3636
### config
3737

38-
Path to your custom `wrangler.toml` config file.
38+
Path to your custom `wrangler.toml` or `wrangler.json` config file.
3939

4040
### platformProxy
4141

4242
Preferences for the emulated `platform.env` local bindings. See the [getPlatformProxy](https://developers.cloudflare.com/workers/wrangler/api/#syntax) Wrangler API documentation for a full list of options.
4343

4444
## Basic Configuration
4545

46-
This adapter expects to find a [wrangler.toml](https://developers.cloudflare.com/workers/platform/sites/configuration) file in the project root. It should look something like this:
46+
This adapter expects to find a [wrangler.toml/wrangler.json](https://developers.cloudflare.com/workers/platform/sites/configuration) file in the project root. It should look something like this:
4747

4848
```toml
4949
/// file: wrangler.toml

0 commit comments

Comments
 (0)