Skip to content

Commit 10b7130

Browse files
fix formatting
1 parent 5f5aad9 commit 10b7130

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"tsup": "^8.2.4",
1717
"typescript": "^5.5.4"
1818
}
19-
}
19+
}

builder/src/build/build-worker/patches/investigated/patchUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Hopefully this should not be necessary after this unenv PR lands: https://github.com/unjs/unenv/pull/292
66
*/
77
export function patchUrl(code: string): string {
8-
console.log("# patchUrl");
8+
console.log("# patchUrl");
99
return code.replace(
1010
/ ([a-zA-Z0-9_]+) = require\("url"\);/g,
1111
` $1 = require("url");

builder/src/build/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ export async function build(
2424
if (!opts.skipBuild) {
2525
// Build the next app and save a copy in .save.next
2626
buildNextjsApp(inputNextAppDir);
27-
rmSync(`${inputNextAppDir}/${SAVE_DIR}`, {
28-
recursive: true,
29-
force: true,
30-
});
27+
rmSync(`${inputNextAppDir}/${SAVE_DIR}`, {
28+
recursive: true,
29+
force: true,
30+
});
3131
cpSync(`${inputNextAppDir}/.next`, `${inputNextAppDir}/${SAVE_DIR}`, {
3232
recursive: true,
3333
});

next/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"node-url": "npm:url@^0.11.4",
2525
"wrangler": "3.76.0"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)