mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(config) rm option: cache
This commit is contained in:
parent
28892b3933
commit
58c10e201a
7 changed files with 2 additions and 23 deletions
|
|
@ -161,7 +161,7 @@ function listen(prefix, socket) {
|
|||
|
||||
function cloudcmd(prefix, plugins, modules) {
|
||||
const online = apart(config, 'online');
|
||||
const cache = apart(config, 'cache');
|
||||
const cache = false;
|
||||
const diff = apart(config, 'diff');
|
||||
const zip = apart(config, 'zip');
|
||||
const dir = DIR_ROOT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue