rename ho-to guides

This commit is contained in:
Pascal Fischer
2023-05-10 17:27:35 +02:00
parent 1a1bdc388d
commit 292a0bf427
9 changed files with 119 additions and 133 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"gen": "swagger-codegen generate -i generator/openapi.yml -l openapi -o generator/api.json && npx ts-node generator/index.ts gen --input generator/api.json/openapi.json --output src/pages/ipa",
"gen": "swagger-codegen generate -i generator/openapi.yml -l openapi -o generator/api.json && npx ts-node generator/index.ts gen --input generator/api.json/openapi.json --output src/pages/ipa/resources",
"start": "next start",
"lint": "next lint"
},