Skip to content

Commit

Permalink
chore: move variable position
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Apr 8, 2024
1 parent dbbdcf4 commit 3709c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/pages/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import type {
} from "../yargs-types";
import type { RoutesJSONSpec } from "./functions/routes-transformation";

export const DEFAULT_PAGES_LOCAL_PORT = 8788;
/*
* DURABLE_OBJECTS_BINDING_REGEXP matches strings like:
* - "binding=className"
Expand Down Expand Up @@ -77,6 +76,7 @@ const SERVICE_BINDING_REGEXP = new RegExp(
);

const DEFAULT_IP = process.platform === "win32" ? "127.0.0.1" : "localhost";
const DEFAULT_PAGES_LOCAL_PORT = 8788;
const DEFAULT_SCRIPT_PATH = "_worker.js";

export function Options(yargs: CommonYargsArgv) {
Expand Down

0 comments on commit 3709c89

Please sign in to comment.