1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-22 12:24:18 +00:00
Files
.vscode
assets
components
config
framework
bigcommerce
commerce
saleor
api
utils
create-api-handler.ts
fetch-all-products.ts
fetch-graphql-api.ts
fetch.ts
is-allowed-method.ts
index.ts
auth
cart
common
customer
product
utils
wishlist
.env.template
README.md
commerce.config.json
const.ts
fetcher.ts
index.tsx
next.config.js
provider.ts
schema.d.ts
schema.graphql
types.ts
shopify
swell
vendure
lib
pages
public
.editorconfig
.env.template
.gitignore
.prettierignore
.prettierrc
README.md
codegen.bigcommerce.json
codegen.json
commerce.config.json
global.d.ts
license.md
next-env.d.ts
next.config.js
package.json
postcss.config.js
tailwind.config.js
tsconfig.json
yarn.lock
commerce/framework/saleor/api/utils/fetch.ts
2021-06-09 17:02:07 +02:00

3 lines
65 B
TypeScript

import zeitFetch from '@vercel/fetch'
export default zeitFetch()