mirror of https://github.com/ghostfolio/ghostfolio
1 changed files with 2 additions and 1 deletions
@ -1,4 +1,5 @@ |
|||
const { PrismaClient } = require('@prisma/client'); |
|||
import { PrismaClient } from '@prisma/client'; |
|||
|
|||
const prisma = new PrismaClient(); |
|||
|
|||
async function main() { |
Loading…
Reference in new issue