Files
phx-frontend-plugin-webcomp…/.vscode/sessions.json
2026-06-09 17:36:46 +02:00

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
}
]
]
}
}