feat: implement comprehensive CMS dashboard for managing news, events, interviews, and one-shot pricing plans

This commit is contained in:
2026-05-10 17:50:56 +02:00
parent 87b13dce13
commit 9846efd03e
40 changed files with 1487 additions and 175 deletions

7
scratch/debug-prisma.ts Normal file
View File

@@ -0,0 +1,7 @@
import { prisma } from './admin/src/lib/prisma';
async function test() {
console.log('Prisma keys:', Object.keys(prisma));
}
test();