mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
30 lines
776 B
JSON
30 lines
776 B
JSON
{
|
|
"match": {
|
|
"server": {
|
|
"remove-process-exit": true
|
|
},
|
|
"server/(server|exit).js": {
|
|
"remove-process-exit": false,
|
|
"remove-console": false
|
|
},
|
|
"server/(terminal|distribute/log).js": {
|
|
"remove-console": false
|
|
},
|
|
"client/(client|cloudcmd|load-module).js": {
|
|
"remove-console": false
|
|
},
|
|
"client/modules/config/index.js": {
|
|
"apply-shorthand-properties": [{
|
|
"ignore": [
|
|
"ONE_MINUTE"
|
|
]
|
|
}]
|
|
},
|
|
"view.js": {
|
|
"apply-shorthand-properties": "off"
|
|
},
|
|
"test/common/cloudfunc.js": {
|
|
"remove-console": false
|
|
}
|
|
}
|
|
}
|