Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/workers/wrangler/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,8 @@ deleted_classes = ["DeprecatedClass"] # Array of deleted class names

[Environment variables](/workers/configuration/environment-variables/) are a type of binding that allow you to attach text strings or JSON values to your Worker.

If building Pages via Git Integration, and you get a BADENGINE error, ensure you define the "NODE_VERSION" env variable to your current version in your wrangler file.

Example:

<Render file="envvar-example" />
Expand Down