Skip to content

Commit 9643aba

Browse files
committed
lint
1 parent 20c246e commit 9643aba

File tree

1 file changed

+1
-1
lines changed
  • packages/@apphosting/adapter-nextjs/src/bin

1 file changed

+1
-1
lines changed

packages/@apphosting/adapter-nextjs/src/bin/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ const outputBundleOptions = populateOutputBundleOptions(cwd);
1111
const { distDir } = await loadConfig(cwd);
1212
const nextBuildDirectory = join(cwd, distDir);
1313

14-
await generateOutputBundle(cwd, outputBundleOptions, nextBuildDirectory);
14+
await generateOutputBundle(cwd, outputBundleOptions, nextBuildDirectory);

0 commit comments

Comments
 (0)