Backend half
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
var IniLoader = require('./ini-loader').IniLoader;
|
||||
/**
|
||||
* Singleton object to load specified config/credentials files.
|
||||
* It will cache all the files ever loaded;
|
||||
*/
|
||||
module.exports.iniLoader = new IniLoader();
|
||||
Reference in New Issue
Block a user