26 lines
571 B
JSON
26 lines
571 B
JSON
{
|
|
"session_name": "turnip",
|
|
"windows": [{
|
|
"window_name": "ide",
|
|
"panes": [
|
|
"echo 'vim -R package.json'",
|
|
"ls",
|
|
"echo 'git was here'"
|
|
],
|
|
"layout": "main-horizontal",
|
|
"main-pane-height": 32,
|
|
"start_directory": "~/code/turnip-glen"
|
|
}, {
|
|
"window_name": "servers",
|
|
"start_directory": "~/code/turnip-glen",
|
|
"layout": "main-horizontal",
|
|
"panes": [{
|
|
"shell_command": [ "cd ~/code/cornish-glen", "yarn dev" ]
|
|
}, {
|
|
"shell_command": [ "sleep 4", "yarn relay --watch" ]
|
|
}, {
|
|
"shell_command": [ "sleep 4", "yarn start" ]
|
|
}]
|
|
}]
|
|
}
|
|
|