Skip to content

Commit 4c984e4

Browse files
feat: add schedule property to normalised config (#4027)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 7da2861 commit 4c984e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/functions/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const normalizeFunctionsConfig = ({ functionsConfig = {}, projectRoot }) =>
1212
ignoredNodeModules: config.ignored_node_modules,
1313
nodeBundler: config.node_bundler === 'esbuild' ? 'esbuild_zisi' : config.node_bundler,
1414
processDynamicNodeImports: true,
15+
schedule: config.schedule,
1516
},
1617
}),
1718
{},

0 commit comments

Comments
 (0)