docs: added prisma generator types to README.md

feature/auth-configure
Artem-Darius Weber 1 year ago
parent 05b9705be9
commit 49bef1f03a

@ -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

Loading…
Cancel
Save