We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb67792 commit dadba9eCopy full SHA for dadba9e
packages/cloudflare/src/cli/build/patches/to-investigate/patch-find-dir.ts
@@ -4,7 +4,7 @@ import { join } from "node:path";
4
import { type BuildOptions, getPackagePath } from "@opennextjs/aws/build/helper.js";
5
6
/**
7
- * Patch `findDir` so that the next server can detect whether the `app` or `pages` directory exists
+ * Patches `findDir` so that the next server can detect whether the `app` or `pages` directory exists
8
*/
9
export function patchFindDir(code: string, buildOpts: BuildOptions): string {
10
const { outputDir } = buildOpts;
0 commit comments