Files
ironmount/turbo.json
2025-09-23 22:39:42 +02:00

16 lines
213 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "stream",
"tasks": {
"dev": {
"cache": false,
"persistent": true,
"env": ["*"]
},
"tsc": {
"cache": false,
"persistent": true
}
}
}