solana.client-demo now runs client.sh for the bash extras
This commit is contained in:
parent
30e50d0f70
commit
4240edf710
|
@ -45,7 +45,9 @@ apps:
|
|||
plugs:
|
||||
- home
|
||||
client-demo:
|
||||
command: solana-client-demo
|
||||
# TODO: Merge client.sh functionality into solana-client-demo proper
|
||||
command: client.sh
|
||||
#command: solana-client-demo
|
||||
plugs:
|
||||
- network
|
||||
- network-bind
|
||||
|
|
Loading…
Reference in New Issue