| .. | |||||
| app | |||||
| assets | |||||
| core | |||||
| data | |||||
| includes | |||||
| migrations | |||||
| modules | |||||
| vendor | |||||
| vendor_prefixed | |||||
| CONTRIBUTING.md | |||||
| changelog.txt | |||||
| elementor.php | |||||
| license.txt | |||||
| readme.txt | |||||
| turbo.json |
{
"$schema": "https://turbo.build/schema.json",
"ui": "tui",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"cache": true
},
"dev": {
"cache": false,
"persistent": true
}
}
}
| .. | |||||
| app | |||||
| assets | |||||
| core | |||||
| data | |||||
| includes | |||||
| migrations | |||||
| modules | |||||
| vendor | |||||
| vendor_prefixed | |||||
| CONTRIBUTING.md | |||||
| changelog.txt | |||||
| elementor.php | |||||
| license.txt | |||||
| readme.txt | |||||
| turbo.json |