This repository was archived by the owner on Jan 27, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : prime-dev
22root : .
3+ enable_pane_titles : true
34windows :
45 - services :
56 layout : even-horizontal
67 panes :
7- - bash -c 'tmux select-pane -T "Worker" && sleep 5 && cd smart-contracts && sh deploy.sh && sh deploy_work_validation.sh && cd .. && make setup && clear'
8- - bash -c 'tmux select-pane -T "Discovery" && sleep 20 && make watch-discovery'
9- - bash -c 'tmux select-pane -T "Validator" && sleep 25 && make watch-validator'
10- - bash -c 'tmux select-pane -T "Orchestrator" && sleep 30 && make watch-orchestrator'
8+ - Worker : bash -c 'sleep 5 && cd smart-contracts && sh deploy.sh && sh deploy_work_validation.sh && cd .. && make setup && clear'
9+ - Discovery : bash -c 'sleep 20 && make watch-discovery'
10+ - Validator : bash -c 'sleep 25 && make watch-validator'
11+ - Orchestrator : bash -c 'sleep 30 && make watch-orchestrator'
1112 - background :
1213 layout : even-horizontal
1314 panes :
14- - bash -c 'tmux rename-window "Prime Dev Services" && docker compose up anvil redis'
15+ - " Prime Dev Services " : bash -c ' docker compose up anvil redis'
You can’t perform that action at this time.
0 commit comments