@alevnyacow/nzmt 0.16.11 → 0.16.13
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Scaffold production-ready server modules in Next.js with a single CLI command, w
|
|
|
12
12
|
|
|
13
13
|
Next Zod Modules Toolkit.
|
|
14
14
|
|
|
15
|
-
Next.js tools you actually missed + a scaffolder for server logic & client queries. **Not a framework.** Full-stack, batteries included
|
|
15
|
+
Next.js tools you actually missed + a scaffolder for server logic & client queries. **Not a framework.** Full-stack, batteries included. ⚡
|
|
16
16
|
|
|
17
17
|
- ☕ Keep using plain Next.js — just faster and cleaner.
|
|
18
18
|
- 🧙 Focus on your domain logic without drowning in full-blown DDD.
|
|
@@ -55,7 +55,7 @@ This command generates:
|
|
|
55
55
|
- Prisma Client instance injected in DI
|
|
56
56
|
- Some infrastructure helpers also already injected in DI
|
|
57
57
|
|
|
58
|
-
4. Import and set up
|
|
58
|
+
4. Import and set up the necessary Prisma adapter in scaffolded `/server/infrastructure/prisma/client.ts` file.
|
|
59
59
|
|
|
60
60
|
## Example 1. CRUD for `User` entity with React queries and Server Actions
|
|
61
61
|
|