Skip to content

Commit

Permalink
break the build
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Nov 20, 2024
1 parent 24dab06 commit 0ff4b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user-entrypoint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ 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 0ff4b9b

Please sign in to comment.