Skip to content

Commit 118bf89

Browse files
committed
fix: try something
1 parent 29a40a7 commit 118bf89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime/src/helpers/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export const configureHandlerFunctions = async ({
172172
const { functionName, includedFiles } = apiLambda
173173
netlifyConfig.functions[functionName] ||= { included_files: [] }
174174
netlifyConfig.functions[functionName].node_bundler = 'none'
175+
netlifyConfig.functions[functionName].included_files ||= []
175176
netlifyConfig.functions[functionName].included_files.push(...includedFiles)
176177
}
177178
} else {

0 commit comments

Comments
 (0)