You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/wrangler/configuration.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1289,8 +1289,7 @@ Wrangler uses this generated configuration only for the following deploy and dev
1289
1289
-`wrangler versions upload`
1290
1290
-`wrangler versions deploy`
1291
1291
-`wrangler pages deploy`
1292
-
-`wrangler pages build`
1293
-
-`wrangler pages build-env`
1292
+
-`wrangler pages functions build`
1294
1293
1295
1294
When running these commands, Wrangler looks up the directory tree from the current working directory for a file at the path `.wrangler/deploy/config.json`.
1296
1295
This file must contain only a single JSON object of the form:
0 commit comments