Files
lume/turbo.json
2024-08-10 16:45:56 +07:00

17 lines
214 B
JSON

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