UNPKG

egg-mongoose-framework

Version:

项目重新命名为 egg-mongoose-framework

13 lines (9 loc) 212 B
'use strict'; module.exports = () => { const config = {}; config.schema = { service: true, // 是否自动生成 service controller: true, // 是否自动生成 controller }; return config; };