Bot & Automation
Market AI
/root/hermes-projects/Market AI
turbo.json
text
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"lint": {},
"typecheck": {},
"test": {}
}
}