nx/e2e/rspack/project.json
2024-09-18 10:25:28 +01:00

11 lines
300 B
JSON

{
"name": "e2e-rspack",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "e2e/rspack",
"// targets": "to see all targets run: nx show project e2e-rspack --web",
"targets": {},
"tags": [],
"implicitDependencies": ["rspack"]
}