Launch hasura through package.json

This commit is contained in:
ManUtopiK 2022-10-28 13:07:15 +02:00
parent 0e6198ace5
commit 6c8f25623e
1 changed files with 13 additions and 0 deletions

13
package.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "super-compose",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"hc": "hasura console --no-browser"
},
"keywords": [],
"author": "",
"license": "ISC"
}