feat: implement comprehensive CMS dashboard for managing news, events, interviews, and one-shot pricing plans
This commit is contained in:
7
scratch/debug-prisma.ts
Normal file
7
scratch/debug-prisma.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { prisma } from './admin/src/lib/prisma';
|
||||
|
||||
async function test() {
|
||||
console.log('Prisma keys:', Object.keys(prisma));
|
||||
}
|
||||
|
||||
test();
|
||||
Reference in New Issue
Block a user