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 b5ca055 commit d9a20a2Copy full SHA for d9a20a2
src/utils/writeClientCustomTemplate/index.ts
@@ -42,9 +42,8 @@ export const writeClientIndexCustomTemplate = async (
42
43
const indexTemplate = Handlebars.compile(await readFile(templatePath, 'utf8'));
44
45
- const dir = resolve(outputPath);
+ const dir = resolve(outputPath, 'index.ts');
46
await remove(dir);
47
- await mkdir(dir);
48
49
const templateResult = indexTemplate({
50
serviceBaseUrl: client.server,
0 commit comments