graphql-engine/frontend/workspace.json
Nicolas Inchauspe b53cc2e81c console: add storybook and tailwind to console-legacy-oss
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5590
GitOrigin-RevId: 911fa2b8f59383fc10a08afac3138aacfe0927d3
2022-08-30 08:04:31 +00:00

13 lines
377 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-legacy-oss": "libs/console/legacy-oss",
"console-legacy-pro": "libs/console/legacy-pro",
"console-pro": "apps/console-pro",
"console-pro-e2e": "apps/console-pro-e2e"
}
}