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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1284,8 +1284,8 @@ Wrangler uses this generated configuration only for the following deploy and dev
1284
1284
-`wrangler versions upload`
1285
1285
-`wrangler versions deploy`
1286
1286
-`wrangler pages deploy`
1287
-
-`wrangler pages build`
1288
-
-`wrangler pages build-env`
1287
+
-`wrangler pages functions build`
1288
+
-`wrangler pages functions build-env`
1289
1289
1290
1290
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`.
1291
1291
This file must contain only a single JSON object of the form:
0 commit comments