mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
d2832f1067
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8050 GitOrigin-RevId: 7fc12b2855d1632919613c77348119238b88ce6f
13 lines
369 B
JSON
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"
|
|
}
|
|
}
|
|
}
|