mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 00:08:06 +00:00
efe2dcbb0f
* refactor(agent): refactor http request and cancellation flow. * fix: minor fixes. * fix: minor fix cheking timeout error in stats.
13 lines
175 B
JSON
13 lines
175 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"clients/tabby-agent",
|
|
"clients/vscode",
|
|
"clients/vim",
|
|
"clients/intellij"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|