Skip to content

Commit 541ff31

Browse files
committed
fix test and add bug
1 parent d0c5d3e commit 541ff31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ metadata:
6565
outputFiles:
6666
serverApp:
6767
include:
68-
- .next/standalone
68+
- ${outputBundleOptions.outputDirectoryAppPath}
6969
`,
7070
};
7171
validateTestFiles(tmpDir, expectedFiles);

packages/@apphosting/adapter-nextjs/src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ async function generateBundleYaml(
193193
frameworkVersion: nextVersion,
194194
},
195195
};
196+
// TODO (b/432285470) See if there is a way to also delete files for apps using Nx monorepos
196197
if (!process.env.MONOREPO_COMMAND) {
197198
outputBundle.outputFiles = {
198199
serverApp: {

0 commit comments

Comments
 (0)