{
  "tasksRunnerOptions": {
    "default": {
      "runner": "nx-cloud",
      "options": {
        "cacheableOperations": [
          "build",
          "test"
        ],
        "accessToken": "YWNiYzc5NTEtMzMzZC00NDhjLTgyNjktZTllMjI1MzM4OGQxfHJlYWQtd3JpdGU="
      }
    }
  },
  "targetDefaults": {
    "dev:builder": {
      "dependsOn": [
        {
          "projects": [
            "@budibase/string-templates"
          ],
          "target": "build"
        }
      ]
    }
  }
}