Feature/migrate seed.js to TypeScript (#4248)
* feat(db): migrate seed.js to typescript * feat(db): change seed command * Update changelogpull/4218/head
parent
657cb510d8
commit
eb26707e8c
@ -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