When I run create-index a second time, a line gets added to the already existing index file:
export { default as index } from "./index.tsx";
v2.6.0 with the command (i found in the readme):
create-index ./src/components --extensions tsx --outputFile index.tsx"
When I run create-index a second time, a line gets added to the already existing index file:
export { default as index } from "./index.tsx";v2.6.0 with the command (i found in the readme):
create-index ./src/components --extensions tsx --outputFile index.tsx"