mantis-app
Version:
M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.
27 lines (26 loc) • 720 B
JSON
{
"name": "mobile-client-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/mobile-client-e2e/src",
"targets": {
"e2e": {
"executor": "@nx/cypress:cypress",
"options": {
"cypressConfig": "apps/mobile-client-e2e/cypress.config.ts",
"testingType": "e2e",
"devServerTarget": "mobile-client:serve:development"
},
"configurations": {
"production": {
"devServerTarget": "mobile-client:serve:production"
},
"ci": {
"devServerTarget": "mobile-client:serve-static"
}
}
}
},
"tags": [],
"implicitDependencies": ["mobile-client"]
}