mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
8 lines
86 B
JavaScript
8 lines
86 B
JavaScript
'use strict';
|
|
/**
|
|
* config
|
|
* @type {Object}
|
|
*/
|
|
module.exports = {
|
|
//key: value
|
|
}; |