Skip to content

Commit

Permalink
fixIntegrationPath
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbrui committed Aug 28, 2023
1 parent 92a7892 commit e7c8e3a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/integrations/gei-basic/.graphql-editor.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"namespace": "editor-integrations",
"project": "basic",
"version": "0.0.1",
"typingsEnv": "node",
"typingsHost": "http://localhost:8080/",
"typingsDir": "./src",
"backendSrc": "./src",
"backendLib": "./lib",
"schemaDir": "./",
"integrationPath": "src/index.ts",
"registry": "https://registry.npmjs.org/",
"npmPackage": "gei-basic",
"integrationName": "gei-basic",
"projectVersion": "latest"
}
"namespace": "editor-integrations",
"project": "basic",
"version": "latest",
"typingsEnv": "node",
"typingsHost": "http://localhost:8080/",
"typingsDir": "./src",
"backendSrc": "./src",
"backendLib": "./lib",
"schemaDir": "./",
"integrationPath": "./src/index.ts",
"registry": "https://registry.npmjs.org/",
"npmPackage": "gei-basic",
"integrationName": "gei-basic",
"projectVersion": "latest"
}

0 comments on commit e7c8e3a

Please sign in to comment.