Updated Prisma build.

This commit is contained in:
Mike Cao 2025-08-15 12:29:33 -07:00
parent 7abfa1cb5b
commit eabdd18604
6 changed files with 63 additions and 125 deletions

View file

@ -1,10 +1,9 @@
/* eslint-disable no-console */
import 'dotenv/config';
import { execSync } from 'node:child_process';
import chalk from 'chalk';
import semver from 'semver';
import { PrismaClient } from '@prisma/client';
import { PrismaClient } from '../dist/generated/prisma/client.js';
import { PrismaPg } from '@prisma/adapter-pg';
const MIN_VERSION = '9.4.0';