chore: обновить инфраструктуру Mantine и шаблоны

- добавлен алиас infra и обновлены импорты Mantine
- настроены тема, цветовая схема и CSS-переменные Mantine
- добавлен переключатель цветовой схемы на главный экран
- обновлены шаблоны бизнес- и infra-модулей под фабрики
- добавлена команда генерации Petstore API и исключён generated-код из Biome
- обновлены JSDoc-комментарии React-компонентов
This commit is contained in:
2026-05-07 22:13:26 +03:00
parent f2358da397
commit 7c0f597840
31 changed files with 402 additions and 51 deletions

View File

@@ -9,6 +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",
"predev": "svg-sprites",
"prebuild": "svg-sprites"
},