mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
This commit is contained in:
parent
56af91950a
commit
0d19e9a247
4 changed files with 5 additions and 6 deletions
|
|
@ -3,7 +3,7 @@ import 'dotenv/config';
|
|||
import { execSync } from 'node:child_process';
|
||||
import chalk from 'chalk';
|
||||
import semver from 'semver';
|
||||
import { PrismaClient } from '../dist/generated/prisma/client.js';
|
||||
import { PrismaClient } from '../generated/prisma/client.js';
|
||||
import { PrismaPg } from '@prisma/adapter-pg';
|
||||
|
||||
const MIN_VERSION = '9.4.0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue