miniflare
Advanced tools
Comparing version 0.0.0-291e5f335 to 0.0.0-2af75edb3
{ | ||
"name": "miniflare", | ||
"version": "0.0.0-291e5f335", | ||
"version": "0.0.0-2af75edb3", | ||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -82,3 +82,3 @@ "keywords": [ | ||
"@cloudflare/kv-asset-handler": "0.3.4", | ||
"@cloudflare/workers-shared": "0.0.0-291e5f335" | ||
"@cloudflare/workers-shared": "0.0.0-2af75edb3" | ||
}, | ||
@@ -85,0 +85,0 @@ "engines": { |
@@ -577,2 +577,13 @@ # 🔥 Miniflare | ||
#### Assets | ||
- `directory?: string` | ||
Path to serve Workers static asset files from. | ||
- `binding?: string` | ||
Binding name to inject as a `Fetcher` binding to allow access to static assets from within the Worker. | ||
- `assetOptions?: { html_handling?: HTMLHandlingOptions, not_found_handling?: NotFoundHandlingOptions}` | ||
Configuration for file-based asset routing - see [docs](https://developers.cloudflare.com/workers/static-assets/routing/#routing-configuration) for options | ||
#### Analytics Engine, Sending Email, Vectorize and Workers for Platforms | ||
@@ -579,0 +590,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2541897
39782
859