Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Nov 14, 2023
1 parent 69ca621 commit 5eab1e4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions benchmarks/src/ponder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,8 @@ const waitForSyncComplete = async () => {

const ponder = async () => {
console.log("Creating Ponder instance...");
const ponderBinPathAbs = path.resolve(
__dirname,
"../packages/core/dist/bin/ponder",
);
console.log({ ponderBinPathAbs });

const subprocess = execa(ponderBinPathAbs, ["start"], {
const subprocess = execa("./packages/core/dist/bin/ponder", ["start"], {
stdio: "inherit",
detached: true,
});
Expand Down

0 comments on commit 5eab1e4

Please sign in to comment.