Skip to content

Commit 1bb5f90

Browse files
committed
fix: minor change to bump version and deploy
1 parent 52741d9 commit 1bb5f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/create-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ ${environment.getErrors().join('\n')}`
712712
startCommand = `deno ${isAddOnEnabled('start') ? 'task dev' : 'start'}`
713713
}
714714

715-
outro(`Created your new TanStack app in '${basename(targetDir)}'.
715+
outro(`Created your TanStack app in '${basename(targetDir)}'.
716716
717717
Use the following commands to start your app:
718718
% cd ${options.projectName}

0 commit comments

Comments
 (0)