Add tooling config files

This commit is contained in:
Ramon Wenger 2021-05-03 11:18:14 +02:00
parent b59632e0bb
commit a71f893e0b
2 changed files with 3 additions and 17 deletions

View File

@ -1,19 +1,3 @@
{ {
"name": "skillbox", "schemaPath": "server/schema.graphql"
"projects": {
"private": {
"schemaPath": "schema.graphql"
}
},
"extensions": {
"endpoints": {
"localhost": {
"url": "http://localhost:8000/api/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
"introspect": false
}
}
}
} }

2
.tool-versions Normal file
View File

@ -0,0 +1,2 @@
nodejs 12.22.1
python 3.8.5