diff --git a/tsconfig.js b/tsconfig.js index 50008b723..213a5ef72 100644 --- a/tsconfig.js +++ b/tsconfig.js @@ -9,7 +9,7 @@ function getProviderName() { ? 'shopify' : process.env.NEXT_PUBLIC_SWELL_STORE_ID ? 'swell' - : null) + : 'local') ) }