Skip to content

Commit

Permalink
feat: add apos profiler module
Browse files Browse the repository at this point in the history
  • Loading branch information
Badmuts committed Mar 28, 2024
1 parent 953069b commit 2fd5ad0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -23,6 +23,7 @@
"apostrophe-area-structure": "^1.1.1",
"apostrophe-blog": "^2.1.2",
"apostrophe-palette": "^2.0.30",
"apostrophe-profiler": "^2.1.1",
"apostrophe-workflow": "2.40.0",
"deepl-node": "^1.7.1",
"dotenv": "^8.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/cms/config/siteConfig.js
Expand Up @@ -12,6 +12,7 @@ module.exports = {
shortName: shortName,
prefix: siteData.sitePrefix ? '/' + siteData.sitePrefix : false,
modules: {
'apostrophe-profiler': {},
'api-proxy': {
sitePrefix: siteData.sitePrefix ? '/' + siteData.sitePrefix : false,
},
Expand Down

1 comment on commit 2fd5ad0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/frontend:feat-profiler-2fd5ad0

Please sign in to comment.