Skip to content

Commit

Permalink
Merge pull request #2256 from nestjs/revert-2228-resolve-entry
Browse files Browse the repository at this point in the history
Revert "fix: Resolve absolute path for `start` action"
  • Loading branch information
kamilmysliwiec committed Aug 23, 2023
2 parents 9484b2e + de62426 commit 130ddde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actions/start.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ export class StartAction extends BuildAction {
outputFilePath = join(outDirName, entryFile);
}

// Resolve to real file path
outputFilePath = require.resolve(outputFilePath);

let childProcessArgs: string[] = [];
const argsStartIndex = process.argv.indexOf('--');
if (argsStartIndex >= 0) {
Expand Down

0 comments on commit 130ddde

Please sign in to comment.