FastStore now supports API Extensions #2060
Unanswered
eduardoformiga
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[FastStore now supports API Extensions]
Hi everyone,
We would like to announce that FastStore now supports API Extensions! 🚀
Here is our official documentation.
What needs to be done?
We recommend making this change on a development branch before to test the execution and then commit to the main branch.
@faststore/core
and@faststore/cli
to the latest versions by running the following:yarn add @faststore/core@2.2.0 && yarn add -D @faststore/cli@2.2.0
Before:
After:
Beta Was this translation helpful? Give feedback.
All reactions