Home / File/ turbo.json — ui Source File

turbo.json — ui Source File

Architecture documentation for turbo.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://turbo.build/schema.json",
  "globalEnv": ["NODE_ENV"],
  "pipeline": {
    "build": {
      "dependsOn": ["^build"],
      "env": [
        "NEXT_PUBLIC_APP_URL",
        "UPSTASH_REDIS_REST_URL",
        "UPSTASH_REDIS_REST_TOKEN",
        "COMPONENTS_REGISTRY_URL",
        "REGISTRY_URL",
        "npm_config_user_agent",
        "https_proxy",
        "V0_URL",
        "V0_EDIT_SECRET",
        "DEPLOYMENT_PROTECTION_BYPASS"
      ],
      "outputs": ["dist/**", ".next/**"]
    },
    "preview": {
      "env": ["NEXT_PUBLIC_APP_URL"],
      "outputs": ["dist/**", ".next/**"]
    },
    "start": {
      "dependsOn": ["^build"]
    },
    "lint": {
      "cache": false,
      "outputs": []
    },
    "lint:fix": {
      "cache": false,
      "outputs": []
    },
    "format:check": {
      "cache": false,
      "outputs": []
    },
    "format:write": {
      "outputs": []
    },
    "typecheck": {},
    "dev": {
      "cache": false
    },
    "check": {
      "cache": false
    },
    "test": {
      "cache": false,
      "outputs": []
    },
    "registry:build": {
      "cache": false,
      "outputs": []
    },
    "registry": {
      "outputs": []
    }
  }
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free