/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/apps/labelstudio-e2e/project.json
26 строк
691 B
bmartel
chore: OPTIC-591: Remove eslint and prettier from project to make room for Biome (#5669)
04 апр 2024, 00:15
Не верифицирован
04 апр 2024, 00:15
e8e6962
Код
Авторство
О чём код?
{ "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"] }