From 1532fb4739ae645b098178e18796d16c654a3fca Mon Sep 17 00:00:00 2001 From: fanyilun Date: Thu, 16 Jan 2025 17:30:57 +0800 Subject: [PATCH] Update index.js --- config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index efc482b..ef67d64 100644 --- a/config/index.js +++ b/config/index.js @@ -15,7 +15,7 @@ const CONFIG_PATHS = { const DATA_PATHS = { POINTS_FILE: path.join(DATA_DIR, 'points.json'), TOKENS_FILE: path.join(DATA_DIR, 'tokens.json'), - RUNTIME_FILE: path.join(__dirname, 'data', 'runtimes.json'), + RUNTIME_FILE: path.join(DATA_DIR, 'runtimes.json'), }; // Time intervals @@ -45,4 +45,4 @@ module.exports = { DATA_PATHS, ensureDirectories, TIME_INTERVALS -}; \ No newline at end of file +};