Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-29 | 555 Bytes | |
v10.1.0 source code.tar.gz | 2025-09-29 | 63.0 kB | |
v10.1.0 source code.zip | 2025-09-29 | 74.4 kB | |
Totals: 3 Items | 138.0 kB | 0 |
10.1.0 (2025-09-29)
Features
- add support for default value syntax (152ae6a)
For example:
:::json
"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