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.
swagger-typescript-api.config
config
1 parent 973d655 commit 3cc0194Copy full SHA for 3cc0194
.changeset/spicy-cougars-travel.md
@@ -0,0 +1,5 @@
1
+---
2
+"swagger-typescript-api": patch
3
4
+
5
+Search `swagger-typescript-api.config` instead of `config` by default.
index.ts
@@ -288,6 +288,7 @@ const generateCommand = defineCommand({
288
},
289
run: async ({ args }) => {
290
const customConfig = await loadConfig<GenerateApiParams>({
291
+ name: "swagger-typescript-api",
292
configFile: args["custom-config"],
293
});
294
0 commit comments