Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/build-info/src/settings/netlify-toml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ export type Functions = {
included_files?: IncludedFiles
node_bundler?: NodeBundler
directory?: Directory
schedule?: string
/**
* Options that only apply for this filter by name, including using glob patterns. If a function matches several configuration blocks containing one of these properties, the values are concatenated.
*/
Expand Down
8 changes: 0 additions & 8 deletions packages/zip-it-and-ship-it/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ type ListedFunctionFile = ListedFunction & {
srcFile: string
}

interface ListFunctionsOptions {
Copy link
Member Author

@serhalp serhalp Mar 20, 2025

Choose a reason for hiding this comment

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

see identical type 24 lines below this

basePath?: string
config?: Config
configFileDirectories?: string[]
featureFlags?: FeatureFlags
parseISC?: boolean
}

interface AugmentedFunctionSource extends FunctionSource {
staticAnalysisResult?: StaticAnalysisResult
}
Expand Down
Loading