From 07ab3b7e5a1f811b4f511c98d9c2dc754e90602f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Somhairle=20MacLe=C3=B2id?= Date: Tue, 3 Dec 2024 14:46:22 +0000 Subject: [PATCH] Remove `--experimental-json-config` flag --- src/content/partials/workers/wrangler-commands/global-flags.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/partials/workers/wrangler-commands/global-flags.mdx b/src/content/partials/workers/wrangler-commands/global-flags.mdx index f33a99d9117be4d..9293e9edda9cb0f 100644 --- a/src/content/partials/workers/wrangler-commands/global-flags.mdx +++ b/src/content/partials/workers/wrangler-commands/global-flags.mdx @@ -12,5 +12,3 @@ The following global flags work on every command: - Show version number. - `--config` (not supported by Pages) - Path to `.toml` configuration file. -- `--experimental-json-config` (not supported by Pages) - - ⚠️ This is an experimental command. Read configuration from a `wrangler.json` file, instead of `wrangler.toml`. `wrangler.json` is a [JSONC](https://code.visualstudio.com/docs/languages/json#_json-with-comments) file.