Files
Landing/wp-content/plugins/elementor-pro/turbo.json
T

16 lines
253 B
JSON
Raw Normal View History

2026-04-23 04:33:43 +03:30
{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"cache": true
},
"dev": {
"cache": false,
"persistent": true
}
}
}