{
  "name": "@aphrodite/cdn",
  "sourceRoot": "apps/aphrodite/cdn/src",
  "projectType": "application",
  "tags": ["domain:aphrodite", "type:app", "scope:aphrodite"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "pnpm run build",
        "cwd": "apps/aphrodite/cdn"
      }
    },
    "dev": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run dev",
        "cwd": "apps/aphrodite/cdn"
      }
    },
    "start": {
      "executor": "nx:run-commands",
      "dependsOn": ["build"],
      "options": {
        "command": "pnpm run start",
        "cwd": "apps/aphrodite/cdn"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/coverage"],
      "options": {
        "command": "pnpm run test",
        "cwd": "apps/aphrodite/cdn"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run lint",
        "cwd": "apps/aphrodite/cdn"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run typecheck",
        "cwd": "apps/aphrodite/cdn"
      }
    }
  }
}
