Skip to content

Commit

Permalink
Fix app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo committed Aug 29, 2022
1 parent 37a2a0d commit a6eb156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ function create (env, ctx) {
}

// Production bundling
const tmpFiles = express.static(resolvePath('/node_modules/_ns_cache/public'), {
const tmpFiles = express.static(resolvePath('/node_modules/.cache/_ns_cache/public'), {
maxAge: maxAge
});

Expand Down

0 comments on commit a6eb156

Please sign in to comment.