cf: enable worker log push

This commit is contained in:
javayhu 2025-06-17 19:41:18 +08:00
parent 69390fed70
commit 168eae946f

View File

@ -21,6 +21,9 @@
// Minification helps to keep the Worker bundle size down and improve start up time.
"minify": true,
// Enables Workers Trace Events Logpush for a Worker
"logpush": true,
// https://developers.cloudflare.com/workers/wrangler/configuration/#top-level-only-keys
// Whether Wrangler should keep variables configured in the dashboard on deploy
"keep_vars": true,