1

Déplacement de la configuration des outils

This commit is contained in:
2025-11-28 16:27:33 +01:00
parent 3477ed04be
commit 5e846aa4b4
9 changed files with 8 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ async function main() {
const config = loadWeatherConfig();
if (!hasConfiguredProvider(config)) {
console.error("No weather provider configured. Update tools/config.json (weather.providers) before running this script.");
console.error("No weather provider configured. Update tools/config/config.json (weather.providers) before running this script.");
process.exit(1);
}
const files = await resolveMarkdownTargets(pathArgs, { rootDir: CONTENT_ROOT });