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