graphql-engine/frontend/libs/nx/internal-plugin/generators.json
Nicolas Beaussart d2832f1067 frontend: use relative paths instead of absolute within modules
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8050
GitOrigin-RevId: 7fc12b2855d1632919613c77348119238b88ce6f
2023-02-22 16:38:45 +00:00

13 lines
369 B
JSON

{
"$schema": "http://json-schema.org/schema",
"name": "nx-internal-plugin",
"version": "0.0.1",
"generators": {
"migrate-path-to-relative": {
"factory": "./src/generators/migrate-path-to-relative/generator",
"schema": "./src/generators/migrate-path-to-relative/schema.json",
"description": "migrate-path-to-relative generator"
}
}
}