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 52741d9 commit 1bb5f90Copy full SHA for 1bb5f90
src/create-app.ts
@@ -712,7 +712,7 @@ ${environment.getErrors().join('\n')}`
712
startCommand = `deno ${isAddOnEnabled('start') ? 'task dev' : 'start'}`
713
}
714
715
- outro(`Created your new TanStack app in '${basename(targetDir)}'.
+ outro(`Created your TanStack app in '${basename(targetDir)}'.
716
717
Use the following commands to start your app:
718
% cd ${options.projectName}
0 commit comments