Skip to content

Commit

Permalink
chore(react): add log - do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed May 1, 2024
1 parent 90a78e5 commit b3bcf1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/generators/application/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export async function applicationGenerator(
host: Tree,
schema: Schema
): Promise<GeneratorCallback> {
console.log('Hello to react app generator! 🐈');
return await applicationGeneratorInternal(host, {
addPlugin: false,
projectNameAndRootFormat: 'derived',
Expand Down

0 comments on commit b3bcf1a

Please sign in to comment.