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 805b08a commit 9d673abCopy full SHA for 9d673ab
.github/get-ppg-dev/index.js
@@ -12,7 +12,7 @@ async function main() {
12
})
13
14
// Emit only the Prisma-compatible URL for CI shell script to capture
15
- console.log(server.database.prismaORMConnectionString)
+ console.log(server.database.connectionString)
16
console.log(server.ppg.url)
17
18
// Wait for shutdown signal
0 commit comments