From a71f893e0bff979faf27a69b06f4884220a197f8 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 3 May 2021 11:18:14 +0200 Subject: [PATCH] Add tooling config files --- .graphqlconfig | 18 +----------------- .tool-versions | 2 ++ 2 files changed, 3 insertions(+), 17 deletions(-) create mode 100644 .tool-versions diff --git a/.graphqlconfig b/.graphqlconfig index 8ecbad1a..1c92ceb8 100644 --- a/.graphqlconfig +++ b/.graphqlconfig @@ -1,19 +1,3 @@ { - "name": "skillbox", - "projects": { - "private": { - "schemaPath": "schema.graphql" - } - }, - "extensions": { - "endpoints": { - "localhost": { - "url": "http://localhost:8000/api/graphql", - "headers": { - "user-agent": "JS GraphQL" - }, - "introspect": false - } - } - } + "schemaPath": "server/schema.graphql" } diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 00000000..593085d3 --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +nodejs 12.22.1 +python 3.8.5