Skip to content

Commit dadba9e

Browse files
Update packages/cloudflare/src/cli/build/patches/to-investigate/patch-find-dir.ts
Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
1 parent eb67792 commit dadba9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/patches/to-investigate/patch-find-dir.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { join } from "node:path";
44
import { type BuildOptions, getPackagePath } from "@opennextjs/aws/build/helper.js";
55

66
/**
7-
* Patch `findDir` so that the next server can detect whether the `app` or `pages` directory exists
7+
* Patches `findDir` so that the next server can detect whether the `app` or `pages` directory exists
88
*/
99
export function patchFindDir(code: string, buildOpts: BuildOptions): string {
1010
const { outputDir } = buildOpts;

0 commit comments

Comments
 (0)