You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/configs/prisma.ts
-2
Original file line number
Diff line number
Diff line change
@@ -99,8 +99,6 @@ const pglite = `/**
99
99
* that prisma uses for certain commands, such as \`pnpm prisma migrate dev\`: https://www.prisma.io/docs/orm/prisma-migrate/understanding-prisma-migrate/shadow-database.
100
100
*
101
101
* To make use of the shadow-database add \`/prisma-shadow\` to the DSN you provide. This script will then spin up a second, in-memory-only database and connect you to it.
102
-
*
103
-
* This whole script approach is novel to us (before we used sqlite locally). Here is the PR that brought it all together: https://github.com/sidestream-tech/hanselmann-os/pull/3356
104
102
*/
105
103
import net from 'node:net'
106
104
import { unlinkSync, writeFileSync } from 'node:fs'
0 commit comments