Files
proelements/turbo.json
T
proelements 741540b767 v4.0.4.1
2026-05-04 15:07:06 +03:00

16 lines
253 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"cache": true
},
"dev": {
"cache": false,
"persistent": true
}
}
}