Skip to content

Commit 1665ad3

Browse files
committed
fix: template dir path
1 parent bb9fd6c commit 1665ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/init.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export default defineCommand({
2222
const cwd = resolve(args.cwd)
2323
const templateDir = resolve(
2424
fileURLToPath(import.meta.url),
25-
'../..',
26-
`template-react`,
25+
'../../..',
26+
`template-react`,
2727
)
2828

2929
try {

0 commit comments

Comments
 (0)