Add tooling config files
This commit is contained in:
parent
b59632e0bb
commit
a71f893e0b
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
nodejs 12.22.1
|
||||||
|
python 3.8.5
|
||||||
Loading…
Reference in New Issue