Documentation
Feedback
Guides

Release Notes
Release Notes
Fixed
FastStore: Theme switching without server restart
October, 23

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 your store's 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.

Was this helpful?
Yes
No
On this page