/** * Start bun Bootstrap with cluster mode * @since 1.0.0 */ import Bun = require('./skin/Bun'); (global as any).Bun = Bun;