Files
whyrating/apps/mobile/turbo.json
2026-02-04 01:55:00 +01:00

11 lines
168 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"dev": {
"interactive": true,
"env": ["ANDROID_HOME"]
}
}
}