mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) ponse v3.5.1
This commit is contained in:
parent
dbf6167aba
commit
a6e8a83366
2 changed files with 5 additions and 3 deletions
|
|
@ -143,7 +143,7 @@
|
|||
"onezip": "^4.0.0",
|
||||
"open": "^7.0.0",
|
||||
"package-json": "^6.0.0",
|
||||
"ponse": "^3.0.0",
|
||||
"ponse": "^3.5.1",
|
||||
"pullout": "^4.0.0",
|
||||
"putout": "^7.0.0",
|
||||
"rendy": "^3.0.0",
|
||||
|
|
|
|||
|
|
@ -180,9 +180,11 @@ function cloudcmd({modules, config}) {
|
|||
const diff = apart(config, 'diff');
|
||||
const zip = apart(config, 'zip');
|
||||
const root = apart(config, 'root');
|
||||
const dir = DIR_ROOT;
|
||||
|
||||
const ponseStatic = ponse.static(dir, {cache});
|
||||
const ponseStatic = ponse.static({
|
||||
cache,
|
||||
root: DIR_ROOT,
|
||||
});
|
||||
|
||||
const dropbox = config('dropbox');
|
||||
const dropboxToken = config('dropboxToken');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue