mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
.vscode
framework
packages
site
assets
components
config
lib
pages
api
catalog
customer
address.ts
card.ts
index.ts
cart.ts
checkout.ts
login.ts
logout.ts
signup.ts
wishlist.ts
product
search
404.tsx
[...pages].tsx
_app.tsx
_document.tsx
cart.tsx
index.tsx
orders.tsx
profile.tsx
search.tsx
wishlist.tsx
public
.env.template
.gitignore
codegen.bigcommerce.json
codegen.json
commerce.config.json
global.d.ts
next-env.d.ts
next.config.js
package.json
postcss.config.js
swell-js.d.ts
tailwind.config.js
tsconfig.json
.editorconfig
.eslintrc
.gitignore
.prettierignore
.prettierrc
README.md
license.md
package-copy.json
package-lock.json
package.json
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
import customerApi from '@framework/api/endpoints/customer'
|
|
import commerce from '@lib/api/commerce'
|
|
|
|
export default customerApi(commerce)
|