thinkkoa所有
版权归为了适配阿里serverless,做了少许改动
lib/thinkkoa.js
... { ... //将listen中的这部分代码移到了这里 this; //AutoLoader loader; loader; loader; //loader.loadModules(this); //emit app ready this; // end }
使用示例
const serverlessHttp = ;/** * @license * @version */const path = ;const thinkkoa = ; //thinkkoa instantiationconst app = root_path: __dirname app_path: __dirname + pathsep + 'app' app_debug: false //线上环境请将debug模式关闭,即:app_debug:false; //... app is instances of koa moduleexportshandler = ;