From 049f4a9c2819f2326e2289c593613defca3ea828 Mon Sep 17 00:00:00 2001 From: Lukas Holzer Date: Mon, 15 Jul 2024 12:16:22 +0200 Subject: [PATCH] chore: fix comment --- src/utils/build-info.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/utils/build-info.ts b/src/utils/build-info.ts index 1d1a7a45145..32aef3900c2 100644 --- a/src/utils/build-info.ts +++ b/src/utils/build-info.ts @@ -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 => {