Files
Roman Pyrih acb036dbd9 first commit
2026-05-21 15:33:11 +02: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
}
}
}