Skip to content

Commit

Permalink
fix(vite): expose "init" generator (#14316)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Jan 12, 2023
1 parent 32daa08 commit 59de87b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './src/utils/versions';
export * from './src/utils/generator-utils';
export { viteConfigurationGenerator } from './src/generators/configuration/configuration';
export { vitestGenerator } from './src/generators/vitest/vitest-generator';
export { initGenerator } from './src/generators/init/init';

0 comments on commit 59de87b

Please sign in to comment.