monorepo admin supp prisma

This commit is contained in:
2026-05-11 08:37:17 +02:00
parent 3c71e483ac
commit ea9eaa4b8a
8 changed files with 4 additions and 911 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"build": "prisma generate --schema=../prisma/schema.prisma && next build",
"start": "next start -p 3000",
"lint": "eslint"
},
@@ -43,4 +43,4 @@
"tailwindcss": "^4",
"typescript": "^5"
}
}
}