Skip to content

Commit b89d655

Browse files
committed
init now working with js
1 parent 0ef6d64 commit b89d655

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

packages/cli-v3/src/utilities/createFileFromTemplate.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ export async function createFileFromTemplate(params: {
2525
}
2626
const template = await response.text();
2727

28-
let $outputPath = params.outputPath;
29-
3028
if ((await pathExists(params.outputPath)) && !params.override) {
3129
return {
3230
success: true,

pnpm-lock.yaml

Lines changed: 0 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)