lume/turbo.json

13 lines
165 B
JSON

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