27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"$schema": "https://cdn.statically.io/gh/nguyenngoclongdev/cdn/main/schema/v11/terminal-keeper.json",
|
|
"theme": "tribe",
|
|
"active": "default",
|
|
"activateOnStartup": false,
|
|
"keepExistingTerminals": true,
|
|
"sessions": {
|
|
"default": [
|
|
[
|
|
{
|
|
"name": "plugin",
|
|
"commands": [
|
|
"clear && yarn plugin"
|
|
],
|
|
"autoExecuteCommands": true
|
|
},
|
|
{
|
|
"name": "client",
|
|
"commands": [
|
|
"clear && yarn client"
|
|
],
|
|
"autoExecuteCommands": true
|
|
}
|
|
]
|
|
]
|
|
}
|
|
} |