fix: остатки infrastructure => infra

This commit is contained in:
2026-05-08 09:41:57 +03:00
parent fec5ca78d0
commit a56b3d044a
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"lint": "biome check",
"format": "biome format --write",
"sprite": "svg-sprites",
"codegen:pet-store-api": "npx @gromlab/api-codegen@latest -i http://localhost:8080/api/v3/openapi.json -o src/infrastructure/pet-store-api/generated -n pet-store-api.generated",
"codegen:pet-store-api": "npx @gromlab/api-codegen@latest -i http://localhost:8080/api/v3/openapi.json -o src/infra/pet-store-api/generated -n pet-store-api.generated",
"predev": "svg-sprites",
"prebuild": "svg-sprites"
},