mirror of
https://github.com/lumehq/lume.git
synced 2025-03-18 13:51:59 +01:00
15 lines
208 B
JSON
15 lines
208 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": ["dist/**"],
|
|
"cache": false
|
|
},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"type-check": {}
|
|
}
|
|
}
|