first draft

This commit is contained in:
2026-06-09 17:36:46 +02:00
parent 6c385aebe4
commit 9df03fba90
46 changed files with 29915 additions and 498 deletions

27
.vscode/sessions.json vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"$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
}
]
]
}
}