Added
FastStore: `faststore.config.js` file is now `discovery.config.js`
December, 13
To improve your FastStore development experience, we've updated the configuration file name from faststore.config.js
to discovery.config.js
. By making this change, we aim to enhance the flexibility and maintainability of your FastStore projects with ongoing efforts to evolve FastStore.
What needs to be done?
To rename the file to discovery.config.js
follow these steps:
- Open your store project in the code editor of your preference.
- Open the terminal and run the following to update the
@faststore/cli
package to the latest version. - Go to
faststore.config.js
and rename it todiscovery.config.js
. Update any references pointing tofaststore.config.js
to usediscovery.config.js
instead. - Run
yarn dev
to sync the updates you made in the@faststore/cli
package and the new filename.