21 lines
427 B
TypeScript
21 lines
427 B
TypeScript
module.exports = {
|
|
"magamochi-file": {
|
|
input: {
|
|
target: "http://localhost:8080/api-docs",
|
|
},
|
|
output: {
|
|
target: "api/mangamochi.ts",
|
|
client: "react-query",
|
|
httpClient: "axios",
|
|
baseUrl: "http://192.168.1.142:8080",
|
|
urlEncodeParameters: true,
|
|
override: {
|
|
mutator: {
|
|
path: "api/api.ts",
|
|
name: "customInstance",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|