Skip to content

Commit

Permalink
fix: fork dalgen with baseDir
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Mar 27, 2024
1 parent b966ff4 commit e0dbb23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cmd/dal/gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class DalGenCommand extends Command {
const options = {
execArgv: context.execArgv,
env: context.env,
cwd: baseDir,
};

const moduleReferences = ModuleConfigUtil.readModuleReference(baseDir, {});
Expand Down

0 comments on commit e0dbb23

Please sign in to comment.