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