mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Fixed import again.
This commit is contained in:
parent
8ccaeb96b6
commit
211e1826da
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* eslint-disable no-console */
|
||||
require('dotenv').config();
|
||||
const { PrismaClient } = require('../src/generated/prisma/index.js');
|
||||
const { PrismaClient } = require('@prisma/client');
|
||||
const chalk = require('chalk');
|
||||
const { execSync } = require('child_process');
|
||||
const semver = require('semver');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue