Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

v10.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Sep 17:34
· 2 commits to main since this release

10.1.0 (2025-09-29)

Features

  • add support for default value syntax (152ae6a)

For example:

"dev:server": "cross-env wrangler dev --port ${PORT:-8787}",

If PORT is already set, use that value, otherwise fallback to 8787.

Learn more about Shell Parameter Expansion