{ "$schema": "https://turbo.build/schema.json", "globalDependencies": ["**/.env.*local"], "globalEnv": [ "CONVEX_SELF_HOSTED_URL", "CONVEX_SELF_HOSTED_ADMIN_KEY", "CONVEX_AUTH_URL", "SITE_URL", "USESEND_API_KEY", "AUTH_AUTHENTIK_ID", "AUTH_AUTHENTIK_SECRET", "AUTH_AUTHENTIK_ISSUER", "AUTH_MICROSOFT_ENTRA_ID_ID", "AUTH_MICROSOFT_ENTRA_ID_SECRET", "AUTH_MICROSOFT_ENTRA_ID_ISSUER", "AUTH_MICROSOFT_ENTRA_ID_AUTH_URL", "SENTRY_AUTH_TOKEN", "SENTRY_DSN", "SENTRY_ORG", "SENTRY_PROJECT_NAME" ], "globalPassThroughEnv": [ "NODE_ENV", "CI", "SKIP_ENV_VALIDATION" ], "ui": "tui", "tasks": { "topo": { "dependsOn": ["^topo"] }, "build": { "dependsOn": ["^build"], "outputs": [ ".cache/tsbuildinfo.json", "dist/**", ".next/**", "!.next/cache/**" ] }, "dev": { "cache": false, "persistent": true }, "dev:tunnel": { "cache": false, "persistent": true }, "format": { "outputs": [".cache/.prettiercache"], "outputLogs": "new-only" }, "lint": { "dependsOn": ["^topo", "^build"], "outputs": [".cache/.eslintcache"] }, "typecheck": { "dependsOn": ["^topo", "^build"], "outputs": [".cache/tsbuildinfo.json"] }, "clean": { "cache": false }, "//#clean": { "cache": false }, "push": { "cache": false, "interactive": true }, "ui-add": { "cache": false, "interactive": true } } }