Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Jul 15, 2024
1 parent 78670c7 commit 049f4a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/utils/build-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ command = "${chosenSettings.devCommand}"
}

/**
* Merges the settings from the heuristics with the cached config.
* Returns the updated cached config
* @param cachedConfig The cached config
* Generates a defaultConfig for @netlify/build based on the settings from the heuristics
* Returns the defaultConfig in the format that @netlify/build expects (json version of toml)
* @param settings The settings from the heuristics
*/
export const getDefaultConfig = (settings?: Settings): $TSFixMe | undefined => {
Expand Down

0 comments on commit 049f4a9

Please sign in to comment.