This commit is contained in:
EthanShoeDev
2025-09-13 12:21:20 -04:00
parent 3582ecaa9e
commit 6c972c8f13
78 changed files with 4022 additions and 303 deletions

View File

@@ -1,6 +1,12 @@
{
"extends": ["//"],
"tasks": {
"android": {
"dependsOn": ["^build"]
},
"ios": {
"dependsOn": ["^build"]
},
"lint": {
"dependsOn": ["lint:fix", "typecheck", "//#lint:root", "expo:doctor"]
},