Skip to content

Commit

Permalink
feat: set MP CDN and @Cacheable directive features as ready for relea…
Browse files Browse the repository at this point in the history
…se (#10915)

* feat: enable MP CDN and @Cacheable directive

* chore: mark cacheable as not ready for release
  • Loading branch information
MounirDhahri authored Oct 11, 2024
1 parent 18af8d5 commit ad42f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/store/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export const features = {
},
ARUseMetaphysicsCDN: {
description: "Use Metaphysics CDN (requires app restart)",
readyForRelease: false,
readyForRelease: true,
showInDevMenu: true,
echoFlagKey: "ARUseMetaphysicsCDN",
},
Expand Down

0 comments on commit ad42f3c

Please sign in to comment.