FastStore: Theme switching without server restart
FastStore theme changes are applied immediately, eliminating the need to restart the development server after modifying the theme configuration.
Developers working with FastStore can now switch themes without restarting the development server. This update simplifies the development process, making theme changes quicker and more efficient.
What has changed?
Previously, if you changed the theme in the discovery.config.js file while running a local server, you had to restart it for the changes to take effect. With this fix, the FastStore CLI clears the cache, ensuring that theme changes are applied immediately during development.
What needs to be done?
To change the store theme and see the updates immediately without restarting the server, you need to update your FastStore CLI to the latest version. Follow the instructions in the Updating the '@faststore/cli' package guide.