⚠️ This is part of an ongoing initiative to turn the store's repository into a monorepo, allowing for more customizable modules.
The faststore
will manage a module called discovery
, so we have renamed all configuration file from faststore.config
to discovery.config
, while maintaining compatibility with the legacy name.
What needs to be done?
After updating your store's FastStore package to v3.0.123
, everything should continue to work as before. To update the package, see the previous release notes for more details.
If you're manually using the configuration file (for example, if you're importing it directly), you might encounter an error like this:
To resolve this:
- Rename
faststore.config.js
file todiscovery.config.js
. - Update any references pointing to
faststore.config.js
to usediscovery.config.js
instead.
If you encounter any other errors, please:
- Check the faststore cli version installed:
Run faststore
in the terminal
- If it's outdated, update it using the following command:
yarn upgrade -L --scope @faststore
PRs that is related to this changes: