mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 05:31:22 +00:00
Fix build
This commit is contained in:
parent
2d4bbbe74f
commit
e1c94a375b
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"provider": "csv",
|
||||||
"features": {
|
"features": {
|
||||||
"wishlist": true,
|
"wishlist": true,
|
||||||
"customCheckout": false
|
"customCheckout": false
|
||||||
|
1
framework/csv/api/catalog/index.ts
Normal file
1
framework/csv/api/catalog/index.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export default function () {}
|
1
framework/csv/api/catalog/products.ts
Normal file
1
framework/csv/api/catalog/products.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export default function () {}
|
1
framework/csv/api/customers/index.ts
Normal file
1
framework/csv/api/customers/index.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export default function () {}
|
1
framework/csv/api/customers/login.ts
Normal file
1
framework/csv/api/customers/login.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export default function () {}
|
1
framework/csv/api/customers/logout.ts
Normal file
1
framework/csv/api/customers/logout.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export default function () {}
|
1
framework/csv/api/customers/signup.ts
Normal file
1
framework/csv/api/customers/signup.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
export default function () {}
|
2
framework/csv/api/wishlist/index.tsx
Normal file
2
framework/csv/api/wishlist/index.tsx
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
export type WishlistItem = { product: any; id: number }
|
||||||
|
export default function () {}
|
Loading…
x
Reference in New Issue
Block a user