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