Victoria Fawcett

Results 7 issues of Victoria Fawcett

Integrate with the CF API for workers that do not live on zones

Docs currently suggest that best practice is to set the env variables `CLOUDFLARE_ACCOUNT_ID`, `CLOUDFLARE_AUTH_EMAIL`, `CLOUDFLARE_AUTH_KEY`, `CLOUDFLARE_ZONE_ID` in their environment variables every time they run a script The best practice is...

Move all docs on using the plugin to serverless, make Readme just on how to develop on the plugin

Please document the needed steps to run, test, and develop the plugin. Also any conventions future developers should follow/ things they should know

https://github.com/cloudflare/cloudflare-rs/pull/91#discussion_r370410589

Added a folder to allow developers to test their apps without the previewer. See Readme

Improvement

use KV static sites as a middleware with optional ability to set: * not found handler * cache controls (browser TTL, edge TTL, bypass) * key modifier ```javascript import {...