Skip to content

Commit

Permalink
remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Dec 1, 2023
1 parent fe4ddca commit 8d7182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/src/shared/persistence-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export async function persistenceModule({ job, preppedLogger }: PersistenceModul
const bundlePath = `${repoDir}/bundle.zip`;

const args = [
`${process.cwd()}/modules/persistence/dist/index.js`, // TODO: Change localApp path from persistence/dist/index.js to persistence/index.js
`${process.cwd()}/modules/persistence/index.js`, // TODO: Change localApp path from persistence/dist/index.js to persistence/index.js
'--unhandled-rejections=strict',
'--path',
bundlePath,
Expand Down

0 comments on commit 8d7182f

Please sign in to comment.