Skip to content

Commit

Permalink
localApp type cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Nov 27, 2023
1 parent 781b7ab commit bae5f35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/entrypoints/localApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ async function localApp() {
console.log(oasPageBuildRes);
console.log('Begin next-gen-stage...');

const { resultMessage, commands } = await nextGenStage({
job: fakeJob,
preppedLogger,
});
console.log(resultMessage);
// const { resultMessage, commands } = await nextGenStage({
// job: fakeJob,
// preppedLogger,
// });
// console.log(resultMessage);
console.log('next-gen-stage complete');

console.log('Begin next-gen-deploy...');
Expand All @@ -129,7 +129,7 @@ async function localApp() {
});
console.log(deployRes);
console.log('next-gen-deploy complete');
console.log('commands: ', commands);
// console.log('commands: ', commands);
console.log('bundle Path: ', bundlePath);
}

Expand Down

0 comments on commit bae5f35

Please sign in to comment.