lume/turbo.json
2024-02-05 14:18:27 +07:00

16 lines
227 B
JSON

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