# elementor/4.0.2/turbo.json

Elementor Website Builder – more than just a page builder, version 4.0.2. 16 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.2/code/turbo.json
- Raw: https://pluginprobe.com/plugins/elementor/4.0.2/raw/turbo.json
- Modified: 2026-03-30T09:49:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.0.2/code/turbo.json#L10-L20`.

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

```
