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/clipackage to the latest version. - Go to
faststore.config.jsand rename it todiscovery.config.js. Update any references pointing tofaststore.config.jsto usediscovery.config.jsinstead. - Run
yarn devto sync the updates you made in the@faststore/clipackage and the new filename.