diff --git a/builder/package.json b/builder/package.json index f9202eb..107b2cd 100644 --- a/builder/package.json +++ b/builder/package.json @@ -16,4 +16,4 @@ "tsup": "^8.2.4", "typescript": "^5.5.4" } -} \ No newline at end of file +} diff --git a/builder/src/build/build-worker/patches/investigated/patchUrl.ts b/builder/src/build/build-worker/patches/investigated/patchUrl.ts index 20ed3b9..09d86ea 100644 --- a/builder/src/build/build-worker/patches/investigated/patchUrl.ts +++ b/builder/src/build/build-worker/patches/investigated/patchUrl.ts @@ -5,7 +5,7 @@ * Hopefully this should not be necessary after this unenv PR lands: https://github.com/unjs/unenv/pull/292 */ export function patchUrl(code: string): string { - console.log("# patchUrl"); + console.log("# patchUrl"); return code.replace( / ([a-zA-Z0-9_]+) = require\("url"\);/g, ` $1 = require("url"); diff --git a/builder/src/build/index.ts b/builder/src/build/index.ts index bf94d6e..0f3f212 100644 --- a/builder/src/build/index.ts +++ b/builder/src/build/index.ts @@ -24,10 +24,10 @@ export async function build( if (!opts.skipBuild) { // Build the next app and save a copy in .save.next buildNextjsApp(inputNextAppDir); - rmSync(`${inputNextAppDir}/${SAVE_DIR}`, { - recursive: true, - force: true, - }); + rmSync(`${inputNextAppDir}/${SAVE_DIR}`, { + recursive: true, + force: true, + }); cpSync(`${inputNextAppDir}/.next`, `${inputNextAppDir}/${SAVE_DIR}`, { recursive: true, }); diff --git a/next/api/package.json b/next/api/package.json index 4371d66..fb847bf 100644 --- a/next/api/package.json +++ b/next/api/package.json @@ -24,4 +24,4 @@ "node-url": "npm:url@^0.11.4", "wrangler": "3.76.0" } -} \ No newline at end of file +}