Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: un-iterate generate promo message #24131

Merged
merged 3 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions packages/cli/src/Generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,9 @@ This might lead to unexpected behavior.
Please make sure they have the same version.`
: ''

const tryAccelerateMessage = `Supercharge your Prisma Client with global database caching,
scalable connection pooling and real-time database events.
Explore Prisma Accelerate: ${link('https://pris.ly/cli/-accelerate')}
Explore Prisma Pulse: ${link('https://pris.ly/cli/-pulse')}`
const tryAccelerateMessage = `Deploying your app to serverless or edge functions?
Try Prisma Accelerate for connection pooling and caching.
${link('https://pris.ly/cli/--accelerate')}`

const boxedTryAccelerateMessage = drawBox({
height: tryAccelerateMessage.split('\n').length,
Expand Down