Skip to content

Commit 3e2f478

Browse files
committed
fix: add missing adapter pg
1 parent e3d84b0 commit 3e2f478

File tree

66 files changed

+4455
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+4455
-0
lines changed

docker-arm64/almalinux-8-arm64-openssl-1.1.x/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@prisma/client": "7.1.0-dev.9",
15+
"@prisma/adapter-pg": "7.1.0-dev.9",
1516
"express": "4.21.2"
1617
}
1718
}

docker-arm64/almalinux-8-arm64-openssl-1.1.x/pnpm-lock.yaml

Lines changed: 134 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-arm64/almalinux-latest-arm64-openssl-3.0.x/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@prisma/client": "7.1.0-dev.9",
15+
"@prisma/adapter-pg": "7.1.0-dev.9",
1516
"express": "4.21.2"
1617
}
1718
}

0 commit comments

Comments
 (0)