'use strict'; module.exports = function(app, callback) { process.bootFlags.push('customjs'); callback(); };