Skip to content

Commit

Permalink
feat: add schedule property to normalised config (#4027)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
eduardoboucas and kodiakhq[bot] committed Jan 13, 2022
1 parent 7da2861 commit 4c984e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/functions/config.js
Expand Up @@ -12,6 +12,7 @@ const normalizeFunctionsConfig = ({ functionsConfig = {}, projectRoot }) =>
ignoredNodeModules: config.ignored_node_modules,
nodeBundler: config.node_bundler === 'esbuild' ? 'esbuild_zisi' : config.node_bundler,
processDynamicNodeImports: true,
schedule: config.schedule,
},
}),
{},
Expand Down

1 comment on commit 4c984e4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 356 MB

Please sign in to comment.