lume/turbo.json

15 lines
208 B
JSON
Raw Normal View History

2023-12-25 07:28:39 +00:00
{
2024-02-10 04:19:18 +00:00
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": ["dist/**"],
"cache": false
},
"dev": {
"cache": false,
"persistent": true
},
"type-check": {}
}
2023-12-25 07:28:39 +00:00
}