mirror of
https://github.com/wahyd4/sohub.git
synced 2026-08-09 13:06:08 +10:00
7 lines
161 B
JavaScript
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();
|
|
}; |