{
  "name": "@oshun/v10-shell",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/v10/shell/src-tauri/src",
  "projectType": "application",
  "tags": ["scope:v10", "type:app", "platform:desktop", "framework:tauri"],
  "targets": {
    "dev": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/v10/shell",
        "command": "pnpm dev"
      }
    },
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/src-tauri/target/release", "{workspaceRoot}/apps/v10/web/out"],
      "options": {
        "cwd": "apps/v10/shell",
        "command": "pnpm build"
      }
    },
    "check": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/v10/shell",
        "command": "pnpm check"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/v10/shell",
        "command": "pnpm lint"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/v10/shell",
        "command": "pnpm test"
      }
    },
    "format-check": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/v10/shell",
        "command": "pnpm format:check"
      }
    },
    "launch-test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/v10/shell",
        "command": "pnpm verify:launch"
      }
    }
  }
}
