dynamic config

This commit is contained in:
EthanShoeDev
2025-12-22 16:52:35 -05:00
parent ac51644bda
commit 3f18e881fa
14 changed files with 2077 additions and 89 deletions

View File

@@ -9,6 +9,10 @@
"with": ["//#lint:biome:check", "typecheck"]
},
"typecheck": {},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"//#lint:biome": {},
"//#lint:biome:check": {}