Files
medusa-store/packages
Rodney bf1125209a feat(medusa-js): add axios adapter to config (#6214)
**What**

- Adds the ability to pass an Axios adapter through the client's config.

**Why**

- When using NextJS with the edge runtime for deployment on Cloudflare Pages, for example, Axios does not work. Therefore, it is necessary to pass an adapter like [@vespaiach/axios-fetch-adapter](https://github.com/vespaiach/axios-fetch-adapter).

**How**

- Receives the **axiosAdapter** in the config and implements it when creating the **axiosClient**.

Closes #6133
2024-01-25 14:15:22 +00:00
..
2024-01-09 18:41:35 +01:00