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 c8cf2ec commit c9fe45cCopy full SHA for c9fe45c
src/utils/writeClient.ts
@@ -54,7 +54,7 @@ export const writeClient = async (
54
const outputPathCore = resolve(outputPath, 'core');
55
const outputPathModels = resolve(outputPath, 'models');
56
const outputPathSchemas = resolve(outputPath, 'schemas');
57
- const outputPathServices = resolve(outputPath, 'services');
+ const outputPathServices = resolve(outputPath, 'proxies');
58
59
if (!isSubDirectory(process.cwd(), output)) {
60
throw new Error(`Output folder is not a subdirectory of the current working directory`);
0 commit comments