mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
feat: disable Wishlist
chore: setup commerce & next config fix: replace all call to bigcommerce from aquilacms provider feat add validation to input in signup
This commit is contained in:
@@ -22,10 +22,17 @@
|
||||
"@components/*": ["components/*"],
|
||||
"@commerce": ["framework/commerce"],
|
||||
"@commerce/*": ["framework/commerce/*"],
|
||||
"@framework": ["framework/bigcommerce"],
|
||||
"@framework/*": ["framework/bigcommerce/*"]
|
||||
"@framework": ["framework/aquilacms"],
|
||||
"@framework/*": ["framework/aquilacms/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": [
|
||||
"node_modules/*",
|
||||
"components/wishlist",
|
||||
"components/wishlist/WishlistButton",
|
||||
"components/wishlist/WishlistCard",
|
||||
"pages/api/bigcommerce/wishlist",
|
||||
"pages/wishlist"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user