feat: init

This commit is contained in:
Nithin Kumar B
2022-10-28 18:12:05 +05:30
commit 53e657d7ae
9 changed files with 231 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"projects": {
"app": {
"name": "app",
"schemaPath": "generated/wundergraph.app.schema.graphql",
"extensions": {
"endpoints": {
"app": {
"introspect": false,
"url": "http://localhost:9991/app/main/graphql",
"headers": {
"user-agent": "WunderGraph Client"
}
}
}
}
}
}
}