feature(package) ponse v3.5.1

This commit is contained in:
coderaiser 2019-12-15 11:31:02 +02:00
parent dbf6167aba
commit a6e8a83366
2 changed files with 5 additions and 3 deletions

View file

@ -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",

View file

@ -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');