@alevnyacow/nzmt 0.16.13 → 0.16.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
|
@@ -73,7 +73,7 @@ This command generates:
|
|
|
73
73
|
- `UserStore` (with Prisma + RAM implementations)
|
|
74
74
|
- `UserService` (ready to be used in Server Actions)
|
|
75
75
|
- `UserController` proxying UserService methods
|
|
76
|
-
-
|
|
76
|
+
- `API routes` for UserController endpoints
|
|
77
77
|
- `React Query hooks` for fetching UserController from client-side
|
|
78
78
|
|
|
79
79
|
Everything is wired automatically via DI — no manual setup needed.
|