mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Server: Reimplemented config system
This commit is contained in:
@@ -2,8 +2,8 @@ const initConfig = require('./initConfig');
|
||||
const initFiles = require('./initFiles');
|
||||
|
||||
const initApp = async () => {
|
||||
await initConfig();
|
||||
await initFiles();
|
||||
await initConfig();
|
||||
};
|
||||
|
||||
module.exports = initApp;
|
||||
|
||||
Reference in New Issue
Block a user