@cloudflare/build-output-utils@0.3.0
📦 cloudflare-workersView on GitHub →
✨ 1 features🔧 1 symbols
Summary
Added support for multiple named Workers in Build Output utilities, allowing for more flexible targeting and reading of Worker configurations. The `writeWorkerConfig` function has been updated to accept a single options object.
Migration Steps
- `writeWorkerConfig` now accepts a single options object.
✨ New Features
- Support multiple named Workers in the experimental Build Output utilities. Build Output paths and config writing can now target any named Worker directory, and reading Build Output returns every Worker keyed by its directory name.