lume/turbo.json

13 lines
165 B
JSON
Raw Normal View History

2023-12-25 07:28:39 +00:00
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": ["dist/**"]
},
"dev": {
2023-12-26 08:21:51 +00:00
"cache": true
2023-12-25 07:28:39 +00:00
},
"type-check": {}
}
}