Skip to content

Commit

Permalink
added caching to core
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Dec 6, 2024
1 parent 0ec74ce commit d5fe99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nexrender-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@nexrender/action-mogrt": "^1.0.2",
"@nexrender/action-upload": "^1.0.0",
"@nexrender/action-webhook": "^1.51.3",
"@nexrender/action-cache": "^1.53.2",
"@nexrender/provider-ftp": "^1.17.2",
"@nexrender/provider-gs": "^1.21.3",
"@nexrender/provider-nx": "^1.47.0",
Expand Down
1 change: 1 addition & 0 deletions packages/nexrender-core/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if (process.env.NEXRENDER_REQUIRE_PLUGINS) {
require('@nexrender/action-link');
require('@nexrender/action-webhook');
require('@nexrender/action-mogrt');
require('@nexrender/action-cache');

require('@nexrender/provider-s3');
require('@nexrender/provider-ftp');
Expand Down

0 comments on commit d5fe99a

Please sign in to comment.