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 20c246e commit 9643abaCopy full SHA for 9643aba
packages/@apphosting/adapter-nextjs/src/bin/build.ts
@@ -11,4 +11,4 @@ const outputBundleOptions = populateOutputBundleOptions(cwd);
11
const { distDir } = await loadConfig(cwd);
12
const nextBuildDirectory = join(cwd, distDir);
13
14
-await generateOutputBundle(cwd, outputBundleOptions, nextBuildDirectory);
+await generateOutputBundle(cwd, outputBundleOptions, nextBuildDirectory);
0 commit comments