Bin
2025-12-17 2e6c955be321cefd7e0c4a3031eab805e0a5a303
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "labelstudio-e2e",
  "$schema": "../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/labelstudio-e2e/src",
  "projectType": "application",
  "targets": {
    "e2e": {
      "executor": "@nx/cypress:cypress",
      "options": {
        "cypressConfig": "apps/labelstudio-e2e/cypress.config.ts",
        "baseUrl": "http://localhost:8080/",
        "testingType": "e2e"
      },
      "configurations": {
        "production": {
          "devServerTarget": "labelstudio:serve:production"
        },
        "ci": {
          "devServerTarget": "labelstudio:serve-static"
        }
      }
    }
  },
  "tags": [],
  "implicitDependencies": ["labelstudio"]
}