mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
67b4e1cc5b
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2403 Co-authored-by: Kali Vara Purushotham Santhati <72007599+purush7@users.noreply.github.com> Co-authored-by: Rakesh Emmadi <12475069+rakeshkky@users.noreply.github.com> Co-authored-by: Naveen Naidu <30195193+Naveenaidu@users.noreply.github.com> Co-authored-by: Divi <32202683+imperfect-fourth@users.noreply.github.com> Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> GitOrigin-RevId: deaad7afa9df5d3e542cf699e57957de9254f347
14 lines
464 B
YAML
14 lines
464 B
YAML
cradle:
|
|
cabal:
|
|
- path: "./server/src-lib"
|
|
component: "graphql-engine:lib:graphql-engine"
|
|
- path: "./server/src-exec"
|
|
component: "graphql-engine:exe:graphql-engine"
|
|
- path: "./server/src-test"
|
|
component: "graphql-engine:test:graphql-engine-tests"
|
|
- path: "./server/src-bench-cache"
|
|
component: "graphql-engine:bench:cache"
|
|
- path: "./server/test"
|
|
component: "graphql-engine:test:graphql-engine-integration-tests"
|
|
|