Skip to content

Commit

Permalink
[doc] onPorisma document
Browse files Browse the repository at this point in the history
  • Loading branch information
leomerida15 committed Feb 4, 2024
1 parent c75c957 commit 7777989
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@

This package is intended to make it easy to build back-end applications in the framework, **next.js** with, using the **app** directory.


# Index

- [Configuration object πŸ”©πŸ”§.](#configuration-object-)
- [Tools we offer πŸ”§πŸ”¨.](#tools-we-offer-)
- [Route Module πŸ”ƒ.](#route-module-)
- [Configuration object for Route.](#configuration-object-for-route)

- [Prisma client creator πŸ”ƒ.](#prisma-client-creator-)
- [Http Module πŸ“.](#http-module-)
- [OpenAPI Module πŸ“.](#openapi-module-)
- [OpenApi Example.](#openapi-example)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.3",
"version": "1.1.5",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/resolvers/zod/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { headers } from "next/headers";
import { requestFactory } from "./requestFactory";
import { responseFactory } from "./responseFactory";
import { zodRoute } from "./route";
import { reqState } from "../types";

export type ZodResponseFactoryType = typeof responseFactory;

Expand Down

0 comments on commit 7777989

Please sign in to comment.