Files
2013-06-18 09:51:58 +08:00

7 lines
161 B
JavaScript

// App bootstrap
// Code to run before launching the app
//
// Make sure you call cb() when you're finished.
module.exports.bootstrap = function (cb) {
cb();
};