mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
/**
|
|
* debug模式下的配置
|
|
* @type {Object}
|
|
*/
|
|
module.exports = {
|
|
db_fields_cache: false
|
|
} |