UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

7 lines (6 loc) 182 B
export type PrismaCheckResult = { isUsingPrisma: boolean; }; export declare const checkPrismaStatus: ({ projectRootDir, }: { projectRootDir: string; }) => PrismaCheckResult;