From 49bef1f03a0a1a6b5e4b6c25dd98d3b666e7daef Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Mon, 24 Jul 2023 20:45:46 +0300 Subject: [PATCH] docs: added prisma generator types to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d716fad..4ef3dd1 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,12 @@ Have a look at the [Nx Console extensions](https://nx.dev/nx-console). It provid Just run `nx build demoapp` to build the application. The build artifacts will be stored in the `dist/` directory, ready to be deployed. +# Backend +## Prisma Types +```bash +nx generate @nx/plugin:generator prisma-generator --project=prisma-generator +``` + # Frontend ## Create a new Layout ```bash