e2e интеграционные тесты

This commit is contained in:
2025-10-28 10:51:14 +03:00
parent 6bffe6a9e1
commit 4e2d0f03de
9 changed files with 191 additions and 85 deletions

View File

@@ -8,6 +8,8 @@ export interface GeneratorConfig {
outputPath: string;
/** Имя сгенерированного файла (без расширения) */
fileName?: string;
/** Генерировать SWR hooks для React */
useSwr?: boolean;
}
/**