opencrm/backend/node_modules/@prisma/get-platform
Stefan Hacker 31f807fbd0 first commit 2026-01-29 01:16:54 +01:00
..
dist first commit 2026-01-29 01:16:54 +01:00
LICENSE first commit 2026-01-29 01:16:54 +01:00
README.md first commit 2026-01-29 01:16:54 +01:00
package.json first commit 2026-01-29 01:16:54 +01:00

README.md

@prisma/get-platform

Platform detection.

⚠️ Warning: This package is intended for Prisma's internal use. Its release cycle does not follow SemVer, which means we might release breaking changes (change APIs, remove functionality) without any prior warning.

If you are using this package, it would be helpful if you could help us gain an understanding where, how and why you are using it. Your feedback will be valuable to us to define a better API. Please share this information at https://github.com/prisma/prisma/discussions/13877 - Thanks!

Usage

import { getBinaryTargetForCurrentPlatform } from '@prisma/get-platform'

const binaryTarget = await getBinaryTargetForCurrentPlatform()