Skip to content

Commit

Permalink
add hub param to start command (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoecheza authored Oct 29, 2024
1 parent 28e5a38 commit 90d821e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/modules/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function start(path: string) {
}
await install(path);
previewServer = run('@dcl/sdk-commands', 'sdk-commands', {
args: ['start', '--explorer-alpha'],
args: ['start', '--explorer-alpha', '--hub'],
cwd: path,
});
await previewServer.waitFor(/decentraland:\/\//i);
Expand Down

0 comments on commit 90d821e

Please sign in to comment.