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
@@ -1292,8 +1292,7 @@ Wrangler uses this generated configuration only for the following deploy and dev
1292
1292
-`wrangler versions upload`
1293
1293
-`wrangler versions deploy`
1294
1294
-`wrangler pages deploy`
1295
-
-`wrangler pages build`
1296
-
-`wrangler pages build-env`
1295
+
-`wrangler pages functions build`
1297
1296
1298
1297
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`.
1299
1298
This file must contain only a single JSON object of the form:
0 commit comments