lume/turbo.json
2024-02-10 11:19:18 +07:00

15 lines
208 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": ["dist/**"],
"cache": false
},
"dev": {
"cache": false,
"persistent": true
},
"type-check": {}
}
}