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 7cea00d commit 79e8132Copy full SHA for 79e8132
libs/ddd/src/schematics/feature/index.ts
@@ -208,7 +208,7 @@ export default function (options: FeatureOptions): Rule {
208
])
209
: noop(),
210
addTsExport(domainIndexPath, [
211
- `./lib/application/${featureDirectoryAndNameDasherized}.facade`,
+ `./lib/application/${entityName}.facade`, //featureDirectoryAndNameDasherized
212
]),
213
mergeWith(featureTemplates),
214
addTsExport(featureIndexPath, [
0 commit comments