Déplacement de la configuration des outils
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user