- добавлены frontend инструкции AGENTS и локальный style guide - актуализированы SLM templates под Vite React и слой infra - добавлены шаблоны component, infra и factory-based business - нормализованы примеры документации под alias infra
5 lines
329 B
TypeScript
5 lines
329 B
TypeScript
export { {{name.camelCase}}Factory } from './{{name.kebabCase}}.factory'
|
|
export type { {{name.pascalCase}}Api } from './types/{{name.kebabCase}}-api.type'
|
|
export type { {{name.pascalCase}}Deps } from './types/{{name.kebabCase}}-deps.type'
|
|
export type { {{name.pascalCase}}Factory } from './types/{{name.kebabCase}}-factory.type'
|