Files
myeasycms-v2/packages/next
Giancarlo Buomprisco 3c13b5ec1e Refactor action and route handlers to use async schema validation (#361)
- Removed the `zodParseFactory` utility and replaced it with direct async schema validation using `safeParseAsync` in both `enhanceAction` and `enhanceRouteHandler`.
- Improved error handling to return meaningful messages for invalid request bodies.
- Streamlined the codebase by deleting the now-unnecessary `utils/index.ts` file.
2025-09-25 22:16:31 +08:00
..
2025-02-07 11:38:29 +08:00
2025-01-13 02:33:05 +07:00

Next.js Utilities / @kit/next

This package provides utilities for working with Next.js.