From a9d02ec2510a183464b3829ca75c1427a0253970 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Mon, 14 Jun 2021 21:49:10 +0200 Subject: [PATCH] use local provider in tsconfig.js --- tsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ) }