Skip to content

Commit

Permalink
Revert "break the build"
Browse files Browse the repository at this point in the history
This reverts commit 0ff4b9b.
  • Loading branch information
echo-bravo-yahoo committed Nov 20, 2024
1 parent aad9686 commit c469729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/user-entrypoint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ import { hideBin } from "yargs/helpers";
import { run } from "./cli.mjs";
import { setupRealContainer as setupContainer } from "./config/setup-container.mjs";
(async () => {
console.log("break the build");
run(hideBin(process.argv), setupContainer());
})();

0 comments on commit c469729

Please sign in to comment.