mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
Modify env template
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
0065566752
commit
2701b30756
@ -1,3 +1,3 @@
|
||||
COMMERCE_PROVIDER=shopify
|
||||
COMMERCE_PROVIDER=@vercel/commerce-opencommerce
|
||||
|
||||
OPENCOMMERCE_STOREFRONT_API_URL=
|
@ -74,9 +74,7 @@
|
||||
"react-dom": "^17.0.2",
|
||||
"taskr": "^1.1.0",
|
||||
"taskr-swc": "^0.0.1",
|
||||
"typescript": "^4.5.4",
|
||||
"@graphql-codegen/typescript-react-apollo": "3.2.11",
|
||||
"@graphql-codegen/introspection": "2.1.1"
|
||||
"typescript": "^4.5.4"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,jsx,ts,tsx,json}": [
|
||||
|
@ -9,6 +9,7 @@
|
||||
# @vercel/commerce-vendure
|
||||
# @vercel/commerce-kibocommerce
|
||||
# @vercel/commerce-commercejs
|
||||
# @vercel/commerce-opencommerce
|
||||
COMMERCE_PROVIDER=
|
||||
|
||||
BIGCOMMERCE_STOREFRONT_API_URL=
|
||||
|
@ -19,6 +19,7 @@ const PROVIDERS = [
|
||||
'@vercel/commerce-kibocommerce',
|
||||
'@vercel/commerce-spree',
|
||||
'@vercel/commerce-commercejs',
|
||||
'@vercel/commerce-opencommerce',
|
||||
]
|
||||
|
||||
function getProviderName() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user