lume/turbo.json
2023-12-25 14:28:39 +07:00

13 lines
166 B
JSON

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