Skip to content

Commit

Permalink
chore(repo): dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Nov 4, 2023
1 parent 3a1c71e commit c84ede1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/qwik-nx/src/generators/application/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export async function appGenerator(
tree: Tree,
options: QwikAppGeneratorSchema
) {
console.log('dummy change');
const normalizedOptions = await normalizeOptions(tree, options);
const tasks: GeneratorCallback[] = [];

Expand Down

0 comments on commit c84ede1

Please sign in to comment.