Skip to content

Commit

Permalink
feature(package) ponse v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 15, 2019
1 parent dbf6167 commit a6e8a83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 4 additions & 2 deletions server/cloudcmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a6e8a83

Please sign in to comment.