miniflare 0.0.0-dff8d44f4 → 0.0.0-e4a8591e7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -574,6 +574,17 @@ parameter in module format Workers.
574
574
  have at most one consumer. If a `string[]` of queue names is specified,
575
575
  default consumer options will be used.
576
576
 
577
+ #### Assets
578
+
579
+ - `directory?: string`
580
+ Path to serve Workers static asset files from.
581
+
582
+ - `binding?: string`
583
+ Binding name to inject as a `Fetcher` binding to allow access to static assets from within the Worker.
584
+
585
+ - `assetOptions?: { html_handling?: HTMLHandlingOptions, not_found_handling?: NotFoundHandlingOptions}`
586
+ Configuration for file-based asset routing - see [docs](https://developers.cloudflare.com/workers/static-assets/routing/#routing-configuration) for options
587
+
577
588
  #### Analytics Engine, Sending Email, Vectorize and Workers for Platforms
578
589
 
579
590
  _Not yet supported_