mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
Achievements are now in 'achievements.hjson'
+ Config.general.achievementFile * Implement (re)caching (aka hot-reload) * Update values a bit
This commit is contained in:
parent
c332b0f3ec
commit
2bd51c0725
4 changed files with 130 additions and 60 deletions
|
@ -10,6 +10,7 @@ const paths = require('path');
|
|||
const async = require('async');
|
||||
|
||||
exports.init = init;
|
||||
exports.getConfigPath = getConfigPath;
|
||||
exports.getFullConfig = getFullConfig;
|
||||
|
||||
function getConfigPath(filePath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue