Initial commit
This commit is contained in:
3
turbo/generators/templates/reader/index.ts.hbs
Normal file
3
turbo/generators/templates/reader/index.ts.hbs
Normal file
@@ -0,0 +1,3 @@
|
||||
// packages/{{kebabCase feature}}/src/integrations/readers/index.ts
|
||||
// Public surface: type-only export. Implementation is internal.
|
||||
export type { I{{pascalCase feature}}Reader } from "./{{kebabCase feature}}.reader.interface";
|
||||
Reference in New Issue
Block a user