We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wrangler setup
1 parent 17cea9c commit e9d4db4Copy full SHA for e9d4db4
.changeset/empty-pandas-exist.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-cloudflare": patch
3
4
+
5
+Fix step 2 saying that the will be configured using `wrangler setup` when it is not
packages/create-cloudflare/src/cli.ts
@@ -158,7 +158,7 @@ const create = async (ctx: C3Context) => {
158
159
const configure = async (ctx: C3Context) => {
160
startSection(
161
- "Configuring your application for Cloudflare via `wrangler setup`",
+ `Configuring your application for Cloudflare${ctx.args.experimental ? ` via \`wrangler setup\`` : ""}`,
162
"Step 2 of 3",
163
);
164
0 commit comments