{ "$schema": "https://turbo.build/schema.json", "ui": "tui", "globalEnv": ["NODE_ENV", "DATABASE_URL", "VITE_API_URL", "VITE_WS_URL"], "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"] }, "lint": {}, "check-types": {}, "dev": { "cache": false, "persistent": true }, "start": { "cache": false, "persistent": true }, "clean": { "cache": false } } }