Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Sep 7, 2023
1 parent 6268ebc commit bd7bb5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default class App {
for (const reference of this.app.moduleReferences) {
const absoluteRef = {
path: ModuleConfigUtil.resolveModuleDir(reference.path, this.app.baseDir),
name: reference.name,
};

const moduleName = ModuleConfigUtil.readModuleNameSync(absoluteRef.path);
Expand Down

0 comments on commit bd7bb5f

Please sign in to comment.