mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Prisma generation.
This commit is contained in:
parent
c969603001
commit
6a29f2ef6f
3 changed files with 3 additions and 5 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue