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