fix(cli): browser install failed

This commit is contained in:
zhayujie
2026-03-29 15:14:07 +08:00
parent 843c2d02cc
commit 184634e4e7
2 changed files with 42 additions and 8 deletions

View File

@@ -206,10 +206,10 @@ def update(ctx):
cwd=root,
)
# 4. Start service
# 4. Start service and follow logs
click.echo("")
time.sleep(1)
ctx.invoke(start, no_logs=True)
ctx.invoke(start, no_logs=False)
@click.command()