This commit is contained in:
EthanShoeDev
2025-09-24 17:41:02 -04:00
parent 89a39fdd63
commit 662d537177
13 changed files with 367 additions and 532 deletions

View File

@@ -1,6 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"globalPassThroughEnv": ["NIX_*", "ANDROID_*", "SSL_CERT_FILE"],
"tasks": {
// Defaults
"fmt": { "with": ["//#fmt:root"] },
@@ -31,7 +32,7 @@
"clean": { "cache": false, "dependsOn": ["^clean"] },
// Root tasks overrides
"//#fmt:root": {
"with": ["fmt:root:nix"],
"with": ["fmt:root:nix"],
},
"//#fmt:root:nix": {},
"//#fmt:check:root:nix": {},