{
  "name": "neith-vault-desktop",
  "$schema": "../../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "application",
  "tags": ["scope:neith", "type:app", "platform:desktop", "framework:tauri"],
  "targets": {
    "build-web": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm build:web",
        "cwd": "apps/neith/vault/desktop"
      }
    },
    "check-native": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm check:native",
        "cwd": "apps/neith/vault/desktop"
      }
    },
    "test-native": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm test:native",
        "cwd": "apps/neith/vault/desktop"
      }
    }
  }
}
