mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
* feat: auto-start worktree services * fix: address worktree autostart ci
22 lines
450 B
TOML
22 lines
450 B
TOML
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
|
version = 1
|
|
name = "ClawHub"
|
|
|
|
[setup]
|
|
script = "bun run setup:worktree -- --quiet && bun scripts/dev-worktree.ts --detach"
|
|
|
|
[[actions]]
|
|
name = "Run"
|
|
icon = "run"
|
|
command = "bun run dev:worktree"
|
|
|
|
[[actions]]
|
|
name = "Convex Dev"
|
|
icon = "tool"
|
|
command = "bun run setup:worktree -- --quiet && bunx convex dev --typecheck=disable"
|
|
|
|
[[actions]]
|
|
name = "Seed Dev DB"
|
|
icon = "tool"
|
|
command = "bun run seed:dev"
|