This PR introduces a new UI in Nx Console designed to assist users with managing migrations more effectively. Each migration is now presented with its status and actions, allowing users to interact directly. If any issues arise, users can address them in isolation without disrupting the overall flow. The migrate ui provides a clear overview of the migration state, helping users track progress and understand what actions are required at each step.
10 lines
271 B
JSON
10 lines
271 B
JSON
{
|
|
"name": "graph-migrate",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "graph/migrate/src",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"// targets": "to see all targets run: nx show project graph-migrate --web",
|
|
"targets": {}
|
|
}
|