{ "$schema": "https://turbo.build/schema.json", "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**",".next/**","!.next/cache/**"] }, "lint": { "dependsOn": ["^lint"] }, "dev": { "cache": false, "persistent": true }, "web2:dev": { "cache": false, "persistent": true, "env": ["NODE_ENV=development"] }, "talk:dev": { "cache": false, "persistent": true, "env": ["NODE_ENV=development"] } } }