turbo.json
Metadata
- Purpose: Source artifact in the anchor-msp system.
- Domain:
root - Language:
json - Bytes: 423
- Lines: 24
- Content hash (short):
ecd4977f - Source (start): turbo.json:1
- Source (end): turbo.json:24
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"lint": {
"dependsOn": ["^lint"]
},
"typecheck": {
"dependsOn": ["^typecheck"]
},
"test": {
"dependsOn": ["^test"],
"outputs": ["coverage/**"]
}
}
}