@alevnyacow/nzmt 0.15.13 → 0.15.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ npm i inversify zod reflect-metadata @alevnyacow/nzmt
|
|
|
37
37
|
npx nzmt init prismaClientPath:@/generated/prisma/client
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
After NZMT some basic infrastructure and config file were scaffolded. Open scaffolded file `/server/infrastructure/prisma/client.ts`, then import and set up the necessary Prisma adapter. Now you’re ready to use NZMT!
|
|
40
|
+
After NZMT initialization some basic infrastructure and config file were scaffolded. Open scaffolded file `/server/infrastructure/prisma/client.ts`, then import and set up there the necessary Prisma adapter. Now you’re ready to use NZMT!
|
|
41
41
|
|
|
42
42
|
## Example 1. CRUD for `User` entity with API route handlers and react queries
|
|
43
43
|
|