Skip to content

Commit 43d4dec

Browse files
fix(component/generator.ts): fix folder location for generated qwik component (#24)
1 parent 4f45660 commit 43d4dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/qwik-nx/src/generators/component/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function getDirectory(host: Tree, options: ComponentGeneratorSchema) {
2424
} else {
2525
baseDir =
2626
workspace.get(options.project).projectType === 'application'
27-
? 'app'
27+
? 'components'
2828
: 'lib';
2929
}
3030
return options.flat

0 commit comments

Comments
 (0)