{ "$schema": "https://turborepo.com/schema.json", "ui": "tui", "tasks": { "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": [".next/**", "!.next/cache/**"], "env": ["DATABASE_URL"] }, "//#format-and-lint": {}, "//#format-and-lint:fix": { "cache": false }, "check-types": { "dependsOn": ["^check-types"] }, "dev": { "cache": false, "persistent": true }, "db:generate": { "cache": false }, "db:migrate": { "cache": false, "persistent": true }, "db:deploy": { "cache": false } } }