mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 21:21:21 +00:00
Merge branch 'shopify' of https://github.com/vercel/commerce into shopify
This commit is contained in:
commit
222836c2a4
@ -1,7 +1,3 @@
|
|||||||
{
|
{
|
||||||
"provider": "bigcommerce",
|
"provider": "shopify"
|
||||||
"features": {
|
|
||||||
"wishlist": true,
|
|
||||||
"customCheckout": false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"site_name": "Next.js Commerce",
|
"site_name": "Next.js Commerce",
|
||||||
"images": [
|
"images": [
|
||||||
{
|
{
|
||||||
"url": "/card.png",
|
"url": "https://shopify.demo.vercel.store/card.png",
|
||||||
"width": 800,
|
"width": 800,
|
||||||
"height": 600,
|
"height": 600,
|
||||||
"alt": "Next.js Commerce"
|
"alt": "Next.js Commerce"
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
"@components/*": ["components/*"],
|
"@components/*": ["components/*"],
|
||||||
"@commerce": ["framework/commerce"],
|
"@commerce": ["framework/commerce"],
|
||||||
"@commerce/*": ["framework/commerce/*"],
|
"@commerce/*": ["framework/commerce/*"],
|
||||||
"@framework": ["framework/bigcommerce"],
|
"@framework": ["framework/shopify"],
|
||||||
"@framework/*": ["framework/bigcommerce/*"]
|
"@framework/*": ["framework/shopify/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user