Skip to content

Commit

Permalink
Add default value for Nitro node store path
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajvijay1997 committed Oct 17, 2023
1 parent aa0af75 commit 0386b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export class ServerCmd {
nitroContractAddresses,
this.peer,
true,
path.resolve(nitroConfig.store)
path.resolve(nitroConfig.store || './out/nitro-data')
);

log(`Nitro node started with address: ${this._nitro.node.address}`);
Expand Down

0 comments on commit 0386b61

Please sign in to comment.