starship working

This commit is contained in:
EthanShoeDev
2025-09-24 21:46:55 -04:00
parent 8cc5d0139f
commit fffd993542
5 changed files with 99 additions and 13 deletions

View File

@@ -1,7 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalPassThroughEnv": ["NIX_*", "ANDROID_*", "SSL_CERT_FILE"],
"globalPassThroughEnv": [
"NIX_*",
"ANDROID_*",
"SSL_CERT_FILE",
"ORG_GRADLE_PROJECT_*",
],
"tasks": {
// Defaults
"fmt": { "with": ["//#fmt:root"] },