mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
e50f04bb37
* fix(chat-panel): FileContext.content shall be required field. * fix: tabby agent build * migrate vscode series * fix tabby-ui build * migrate all build pipeline * cleanup lint / fix * update test * simplify workflow * update * update * update * update * fix * fix tabby-ui build * fix name * update * update * update * update * migrate tabby-email * update
17 lines
264 B
JSON
17 lines
264 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"lint": "turbo lint",
|
|
"lint:fix": "turbo lint:fix",
|
|
"test": "turbo test"
|
|
},
|
|
"engines": {
|
|
"node": ">=18",
|
|
"pnpm": ">=9"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^1.13.3"
|
|
}
|
|
}
|