Skip to content

Commit 74f508e

Browse files
committed
add latest Prisma Client to the dev dependiecies
1 parent e13daac commit 74f508e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adminforth/commands/createApp/templates.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ export function rootPackageJson(appName) {
266266
"typescript": "5.4.5",
267267
"tsx": "4.11.2",
268268
"@types/express": "latest",
269-
"@types/node": "latest"
269+
"@types/node": "latest",
270+
"@prisma/client": "latest",
271+
"prisma": "latest"
270272
}
271273
}
272274
`;

0 commit comments

Comments
 (0)