Files
fressh/packages/react-native-uniffi-russh/turbo.json
EthanShoeDev a51ee62437 better api
2025-09-13 23:22:51 -04:00

18 lines
355 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"outputs": ["lib/**", "android/**", "ios/**", "cpp/**", "src/**"],
"dependsOn": ["lint:rust"]
},
"typecheck": {
"dependsOn": ["build"]
},
"lint": {
"with": ["typecheck", "lint:rust"]
},
"lint:rust": {}
},
"extends": ["//"]
}