We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce28e9f commit 00f70eaCopy full SHA for 00f70ea
.prettierignore
@@ -1,4 +1,4 @@
1
pnpm-lock.yaml
2
node_modules/
3
dist/
4
-coverage/
+coverage/
CHANGELOG.md
@@ -3,14 +3,16 @@
**Breaking: Axios configuration options must now be nested under a `config` key in module registration to support new features**
5
Before:
6
-```ts
+
7
+```ts
8
AxiosModule.register({
9
baseURL: "https://example.com",
10
...
11
})
12
```
13
14
After:
15
16
```ts
17
18
config: {
0 commit comments