mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(package) console-io v1.8.0
This commit is contained in:
parent
c7b8efa4dc
commit
b185ff7fee
2 changed files with 5 additions and 2 deletions
|
|
@ -87,7 +87,10 @@
|
|||
minify: isMinify
|
||||
}),
|
||||
|
||||
webconsole.middle('/console', isMinify, isOnline),
|
||||
webconsole.middle({
|
||||
minify: isMinify,
|
||||
online: isOnline
|
||||
}),
|
||||
|
||||
minify({
|
||||
dir : DIR_ROOT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue