Skip to content

Commit

Permalink
remove --x-dev-env flag from runLongLivedWrangler?
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-shen committed Oct 16, 2024
1 parent 38d8908 commit 5f34db5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions fixtures/shared/src/run-wrangler-long-lived.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export async function runWranglerPagesDev(
"pages",
"dev",
publicPath,
"--x-dev-env",
"--x-registry",
"--ip=127.0.0.1",
...options,
Expand All @@ -39,14 +38,7 @@ export async function runWranglerPagesDev(
);
} else {
return runLongLivedWrangler(
[
"pages",
"dev",
"--x-dev-env",
"--x-registry",
"--ip=127.0.0.1",
...options,
],
["pages", "dev", "--x-registry", "--ip=127.0.0.1", ...options],
cwd,
env
);
Expand Down

0 comments on commit 5f34db5

Please sign in to comment.