Files
ironmount/turbo.json
2025-08-31 17:32:11 +02:00

12 lines
156 B
JSON

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