Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ successMessage
Function
successMessage
packages/cli/src/init/ppg-output.ts:4–6 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
2
import
{ bold, green } from
'kleur/colors'
3
4
export
function
successMessage(message: string): string {
5
return
`${green(
'Success!'
)} ${message}`
6
}
7
8
export
function
printPpgInitOutput({
9
databaseUrl,
Callers
1
parse
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected