Prisma generation.

This commit is contained in:
Mike Cao 2025-04-28 23:37:45 -07:00
parent c969603001
commit 6a29f2ef6f
3 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,7 @@
/* eslint-disable no-console */
import 'dotenv/config';
import { PrismaClient } from '../src/generated/prisma/client';
import { PrismaClient } from '../src/generated/prisma/index.js';
import chalk from 'chalk';
import { execSync } from 'child_process';
import semver from 'semver';