mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com> Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"globalPassThroughEnv": [
|
|
"DOTENV_PRIVATE_KEY_TEST",
|
|
"DOTENV_PRIVATE_KEY_DEVELOPMENT",
|
|
"DOTENV_PRIVATE_KEY_PREVIEW",
|
|
"DOTENV_PRIVATE_KEY_PRODUCTION"
|
|
],
|
|
"tasks": {
|
|
"lint": {},
|
|
"check-types": {},
|
|
"test": {},
|
|
"build": {},
|
|
"clean": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|