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 d0c5d3e commit 541ff31Copy full SHA for 541ff31
packages/@apphosting/adapter-nextjs/src/bin/build.spec.ts
@@ -65,7 +65,7 @@ metadata:
65
outputFiles:
66
serverApp:
67
include:
68
- - .next/standalone
+ - ${outputBundleOptions.outputDirectoryAppPath}
69
`,
70
};
71
validateTestFiles(tmpDir, expectedFiles);
packages/@apphosting/adapter-nextjs/src/utils.ts
@@ -193,6 +193,7 @@ async function generateBundleYaml(
193
frameworkVersion: nextVersion,
194
},
195
196
+ // TODO (b/432285470) See if there is a way to also delete files for apps using Nx monorepos
197
if (!process.env.MONOREPO_COMMAND) {
198
outputBundle.outputFiles = {
199
serverApp: {
0 commit comments