Roo-Code/turbo.json
Chris Estreich 5edb2f8bb6
Encrypt and store secret ENV vars in the repo with dotenvx (#114)
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>
2025-06-26 10:54:39 -07:00

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