diff --git a/src/content/docs/workers/wrangler/configuration.mdx b/src/content/docs/workers/wrangler/configuration.mdx index 7479e0c63baf573..a61818850d24ce4 100644 --- a/src/content/docs/workers/wrangler/configuration.mdx +++ b/src/content/docs/workers/wrangler/configuration.mdx @@ -99,6 +99,8 @@ Inheritable keys are configurable at the top-level, and can be inherited (or ove :::note At a minimum, the `name`, `main` and `compatibility_date` keys are required to deploy a Worker. + +The `main` key is optional for assets-only Workers. ::: - `name` @@ -1091,7 +1093,7 @@ The following options are available: - The instance type of the container. This determines the amount of memory, CPU, and disk given to the container instance. The current options are `"dev"`, `"basic"`, and `"standard"`. The default is `"dev"`. For more information, the see [instance types documentation](/containers/platform-details#instance-types). - + - To specify a custom instance type, see [here](#custom-instance-types). - `max_instances`