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

@@ -15,7 +15,7 @@ const execFileAsync = util.promisify(execFile);
const SITE_ROOT = path.resolve(__dirname, "..");
const CONTENT_DIR = path.join(SITE_ROOT, "content");
const CONFIG_PATH = path.join(__dirname, "config.json");
const CONFIG_PATH = path.join(__dirname, "config", "config.json");
const DAY_MS = 24 * 60 * 60 * 1000;
const DEFAULT_CONFIG = {