{
  "name": "@oshun/v6-egbe-web-fallback",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/v6/egbe-web-fallback/src",
  "projectType": "application",
  "tags": ["scope:v6", "layer:web", "type:app"],
  "implicitDependencies": [
    "@oshun/clio-story",
    "@oshun/egbe-engine-web-fallback",
    "@oshun/egbe-protocol",
    "@oshun/moirai-kernel",
    "@oshun/ori-model",
    "@oshun/vac-intent"
  ],
  "targets": {
    "dev": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/v6/egbe-web-fallback",
        "command": "vite --host 0.0.0.0 --port 3062"
      }
    },
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "cache": true,
      "options": {
        "cwd": "apps/v6/egbe-web-fallback",
        "command": "pnpm run build"
      },
      "inputs": ["v6Production", "^v6Production"],
      "dependsOn": ["^build"]
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "cache": true,
      "options": {
        "lintFilePatterns": [
          "apps/v6/egbe-web-fallback/src/**/*.ts",
          "apps/v6/egbe-web-fallback/e2e/**/*.ts",
          "apps/v6/egbe-web-fallback/playwright.config.ts"
        ]
      },
      "inputs": [
        "v6Production",
        "{workspaceRoot}/eslint.config.js",
        "{workspaceRoot}/.eslintrc.json"
      ]
    },
    "test": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "cwd": "apps/v6/egbe-web-fallback",
        "command": "pnpm run test"
      },
      "inputs": ["v6Test", "^v6Production"]
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "cwd": "apps/v6/egbe-web-fallback",
        "command": "pnpm run typecheck"
      },
      "inputs": ["v6Production", "^v6Production"]
    },
    "e2e": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "node node_modules/playwright/cli.js test --config apps/v6/egbe-web-fallback/playwright.config.ts"
      },
      "inputs": ["v6Test", "^v6Production"]
    }
  }
}
