Patch Changes
-
#7774
f9344a0
Thanks @CarmenPopoviciu! - Fix regression in C3'snext
template#7676 switched C3 templates to default to
wrangler.json
instead ofwrangler.toml
. Unfortunately, this unintendedly broke thenext
template, which was still attempting to readwrangler.toml
specifically. This commit fixes the regression.Fixes #7770