Skip to content

Commit ec4640e

Browse files
committed
add comment
1 parent 02991aa commit ec4640e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ async function generateBundleYaml(
194194
},
195195
outputFiles: {
196196
serverApp: {
197-
include: [".next/standalone"],
197+
include: [".next/standalone"], // we're only including the standalone directory to exclude the node_modules folder specifically
198198
},
199199
},
200200
};

0 commit comments

Comments
 (0)