mirror of
https://github.com/lumehq/lume.git
synced 2025-03-17 13:22:05 +01:00
13 lines
165 B
JSON
13 lines
165 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"dev": {
|
|
"cache": true
|
|
},
|
|
"type-check": {}
|
|
}
|
|
}
|