mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(package) join-io v2.0.0
This commit is contained in:
parent
7a128d4ba4
commit
a7e139c5f8
2 changed files with 4 additions and 4 deletions
|
|
@ -125,7 +125,7 @@
|
|||
"ishtar": "^2.0.0",
|
||||
"jaguar": "^3.0.0",
|
||||
"jju": "^1.3.0",
|
||||
"join-io": "^1.4.0",
|
||||
"join-io": "^2.0.0",
|
||||
"jonny": "^1.0.0",
|
||||
"markdown-it": "^8.0.0",
|
||||
"mellow": "^2.0.0",
|
||||
|
|
|
|||
|
|
@ -198,8 +198,9 @@ function cloudcmd(prefix, plugins, modules) {
|
|||
const cache = apart(isOption, 'cache');
|
||||
const diff = apart(isOption, 'diff');
|
||||
const zip = apart(isOption, 'zip');
|
||||
const dir = DIR_ROOT;
|
||||
|
||||
const ponseStatic = ponse.static(DIR_ROOT, {cache});
|
||||
const ponseStatic = ponse.static(dir, {cache});
|
||||
|
||||
const funcs = clean([
|
||||
config('console') && konsole({
|
||||
|
|
@ -275,8 +276,7 @@ function cloudcmd(prefix, plugins, modules) {
|
|||
route,
|
||||
|
||||
join({
|
||||
dir: DIR_ROOT,
|
||||
minify: false,
|
||||
dir,
|
||||
}),
|
||||
|
||||
pluginer(plugins),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue