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 02991aa commit ec4640eCopy full SHA for ec4640e
packages/@apphosting/adapter-nextjs/src/utils.ts
@@ -194,7 +194,7 @@ async function generateBundleYaml(
194
},
195
outputFiles: {
196
serverApp: {
197
- include: [".next/standalone"],
+ include: [".next/standalone"], // we're only including the standalone directory to exclude the node_modules folder specifically
198
199
200
};
0 commit comments