This commit is contained in:
EthanShoeDev
2025-09-24 04:04:13 -04:00
parent 05b14a428e
commit 89a39fdd63
9 changed files with 455 additions and 62 deletions

View File

@@ -30,8 +30,14 @@
},
"clean": { "cache": false, "dependsOn": ["^clean"] },
// Root tasks overrides
"//#fmt:root": {},
"//#fmt:check:root": {},
"//#fmt:root": {
"with": ["fmt:root:nix"],
},
"//#fmt:root:nix": {},
"//#fmt:check:root:nix": {},
"//#fmt:check:root": {
"with": ["fmt:check:root:nix"],
},
"//#lint:root": {
"dependsOn": ["fmt:root"],
"with": [