wip monorepo

This commit is contained in:
EthanShoeDev
2025-12-22 15:37:29 -05:00
parent 27309e1261
commit ac51644bda
69 changed files with 290 additions and 426 deletions

View File

@@ -3,10 +3,14 @@
"ui": "tui",
"tasks": {
"lint": {
"with": ["lint:biome", "typecheck"]
"with": ["//#lint:biome", "typecheck"]
},
"lint:check": {
"with": ["//#lint:biome:check", "typecheck"]
},
"typecheck": {},
"lint:biome": {},
"lint:biome:check": {}
"//#lint:biome": {},
"//#lint:biome:check": {}
}
}