mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
41d5bf2a19
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7612 GitOrigin-RevId: 4da8b7a642af3795ef9c31939e2d14ef7a755013
14 lines
438 B
JSON
14 lines
438 B
JSON
{
|
|
"$schema": "./node_modules/nx/schemas/workspace-schema.json",
|
|
"version": 2,
|
|
"projects": {
|
|
"console-ce": "apps/console-ce",
|
|
"console-ce-e2e": "apps/console-ce-e2e",
|
|
"console-ee": "apps/console-ee",
|
|
"console-legacy-ce": "libs/console/legacy-ce",
|
|
"console-legacy-ee": "libs/console/legacy-ee",
|
|
"nx-internal-plugin": "libs/nx/internal-plugin",
|
|
"nx-internal-plugin-e2e": "apps/nx/internal-plugin-e2e"
|
|
}
|
|
}
|