From d22f80fb4f6a828a6fbe8268b96f5d2b529f19fa Mon Sep 17 00:00:00 2001 From: James Meng Date: Mon, 29 Apr 2024 09:15:58 -0700 Subject: [PATCH] Flush development theme local storage --- packages/theme/src/cli/services/local-storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme/src/cli/services/local-storage.ts b/packages/theme/src/cli/services/local-storage.ts index dcaa0f0b3c6..93220a0f72a 100644 --- a/packages/theme/src/cli/services/local-storage.ts +++ b/packages/theme/src/cli/services/local-storage.ts @@ -24,7 +24,7 @@ function themeLocalStorage() { function developmentThemeLocalStorage() { if (!_developmentThemeLocalStorageInstance) { _developmentThemeLocalStorageInstance = new LocalStorage({ - projectName: 'shopify-cli-development-theme-conf', + projectName: 'shopify-cli-development-theme-config', }) } return _developmentThemeLocalStorageInstance