moved prisma-rust-client-cli to outside main app

This commit is contained in:
Ren Amamiya
2023-04-17 15:23:05 +07:00
parent 746e9dc7a9
commit 59667f2977
5 changed files with 20 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
[alias]
prisma = "run --bin prisma --"
prisma = "run -p prisma-cli --"