We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f45660 commit 43d4decCopy full SHA for 43d4dec
packages/qwik-nx/src/generators/component/generator.ts
@@ -24,7 +24,7 @@ function getDirectory(host: Tree, options: ComponentGeneratorSchema) {
24
} else {
25
baseDir =
26
workspace.get(options.project).projectType === 'application'
27
- ? 'app'
+ ? 'components'
28
: 'lib';
29
}
30
return options.flat
0 commit comments