mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* feat(db): migrate seed.js to typescript * feat(db): change seed command * Update changelogpull/4218/head
Ken Tandrian
4 days ago
committed by
GitHub
3 changed files with 4 additions and 2 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