mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
default to local if no env available
This commit is contained in:
parent
d44acc8dde
commit
d84dc0bad6
@ -18,7 +18,7 @@ function getProviderName() {
|
||||
? 'shopify'
|
||||
: process.env.NEXT_PUBLIC_SWELL_STORE_ID
|
||||
? 'swell'
|
||||
: null)
|
||||
: 'local')
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user