{
  "name": "neith-vault-web",
  "$schema": "../../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/neith/vault/web/src",
  "projectType": "application",
  "tags": ["scope:neith", "type:app", "platform:web", "framework:react"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "pnpm build",
        "cwd": "apps/neith/vault/web"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm typecheck",
        "cwd": "apps/neith/vault/web"
      }
    },
    "e2e": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm test:e2e",
        "cwd": "apps/neith/vault/web"
      }
    },
    "pwa-e2e": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm test:pwa",
        "cwd": "apps/neith/vault/web"
      }
    }
  }
}
