UNPKG

135 BJavaScriptView Raw
1/**
2 * Starting app
3 * @ndaidong
4**/
5exports = module.exports = require('./src/main');
6exports.version = require('./package').version;