Skip to content

Commit 06aa1f2

Browse files
committed
chore: Remove routes.json
1 parent a8f2935 commit 06aa1f2

File tree

2 files changed

+1
-149
lines changed

2 files changed

+1
-149
lines changed

examples/react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev:mock": "prism mock ../petstore.yaml --dynamic",
1010
"build": "tsc && vite build",
1111
"preview": "vite preview",
12-
"generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ../routes.json --format=biome --lint=biome -c @hey-api/client-axios",
12+
"generate:api": "rimraf ./openapi && node ../../dist/cli.mjs -i ../petstore.yaml --format=biome --lint=biome -c @hey-api/client-axios",
1313
"test:generated": "tsc -p ./tsconfig.json --noEmit"
1414
},
1515
"dependencies": {

examples/routes.json

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)