Config Validation: Strict Mode
Enable strict mode when you want invalid config to fail the worker early instead of logging compatibility warnings.
When to use this
What this does not do
Repo-grounded example
export SAG_API_CONFIG_JSON='{"paths":[{"method":"GET","path":"/health","response":{"status":"ok"}}]}'
wrangler deployTroubleshooting
Related docs
Last updated