Skip to content

Commit eb21fb0

Browse files
committed
Add navigate
1 parent 614fe51 commit eb21fb0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/commands/ai/ai-start.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,13 @@ export const aiStartCommand = async (options: OptionValues, command: BaseCommand
166166
log()
167167
log(chalk.green('✔ Your AI project is ready to go!'))
168168
log(`→ Project cloned to: ${chalk.cyanBright(targetDir)}`)
169-
log(`→ Enter your project directory: ${chalk.cyanBright(`cd ${targetDir}`)}`)
169+
log()
170+
log(chalk.yellowBright(`📁 Next: Enter your project directory`))
171+
log(` ${chalk.cyanBright(`cd ${targetDir}`)}`)
172+
log()
170173
log(`→ AI setup is processing in the background`)
171174
log(`→ Check progress at: ${chalk.cyanBright(response.dashboardUrl)}`)
175+
log(`→ Then you can run: ${chalk.cyanBright('netlify dev')} or ${chalk.cyanBright('netlify deploy')}`)
172176
log()
173177

174178
} else {

0 commit comments

Comments
 (0)