UNPKG

184 BPlain TextView Raw
1#!/usr/bin/env node
2
3if (process.env.EGG_BIN_PREREQUIRE) require('./prerequire');
4
5const options = JSON.parse(process.argv.slice(2));
6require(options.framework).startCluster(options);