Skip to content

Commit

Permalink
Flush development theme local storage
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Apr 29, 2024
1 parent 9f4c8cf commit d22f80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/cli/services/local-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function themeLocalStorage() {
function developmentThemeLocalStorage() {
if (!_developmentThemeLocalStorageInstance) {
_developmentThemeLocalStorageInstance = new LocalStorage<DevelopmentThemeLocalStorageSchema>({
projectName: 'shopify-cli-development-theme-conf',
projectName: 'shopify-cli-development-theme-config',
})
}
return _developmentThemeLocalStorageInstance
Expand Down

0 comments on commit d22f80f

Please sign in to comment.