There was an error while loading. Please reload this page.
1 parent a8f2935 commit 06aa1f2Copy full SHA for 06aa1f2
examples/react-app/package.json
@@ -9,7 +9,7 @@
9
"dev:mock": "prism mock ../petstore.yaml --dynamic",
10
"build": "tsc && vite build",
11
"preview": "vite preview",
12
- "generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ../routes.json --format=biome --lint=biome -c @hey-api/client-axios",
+ "generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ../petstore.yaml --format=biome --lint=biome -c @hey-api/client-axios",
13
"test:generated": "tsc -p ./tsconfig.json --noEmit"
14
},
15
"dependencies": {
examples/routes.json
0 commit comments