mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
commit
6531840e6e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { getAssetFromKV, mapRequestToAsset } from '@cloudflare/kv-asset-handler'
|
||||||
* The DEBUG flag will do two things that help during development:
|
* The DEBUG flag will do two things that help during development:
|
||||||
* 1. we will skip caching on the edge, which makes it easier to
|
* 1. we will skip caching on the edge, which makes it easier to
|
||||||
* debug.
|
* debug.
|
||||||
* 2. we will return an error message on exception in your Response rather
|
* 2. we will return an error message on exception in your response rather
|
||||||
* than the default 404.html page.
|
* than the default 404.html page.
|
||||||
*/
|
*/
|
||||||
const DEBUG = false
|
const DEBUG = false
|
||||||
|
|
Loading…
Reference in a new issue