We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e80abe commit 64ee93fCopy full SHA for 64ee93f
biome.json
@@ -12,7 +12,8 @@
12
"examples/nextjs-app/openapi",
13
"examples/nextjs-app/.next",
14
"examples/tanstack-router-app/openapi",
15
- "examples/tanstack-router-app/src/routeTree.gen.ts"
+ "examples/tanstack-router-app/src/routeTree.gen.ts",
16
+ "docs/.astro"
17
]
18
},
19
"linter": {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@7nohe/openapi-react-query-codegen",
3
- "version": "2.0.0",
+ "version": "1.6.1",
4
"description": "OpenAPI React Query Codegen",
5
"bin": {
6
"openapi-rq": "dist/cli.mjs"
0 commit comments