chore: make auth and apollo a bit more reactive
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
"build": "nuxt build",
|
||||
"generate": "nuxt generate",
|
||||
"lint": "eslint --quiet --fix --ext .js,.vue --ignore-path .gitignore .",
|
||||
"generate-gql": "graphql-codegen",
|
||||
"precommit": "yarn lint",
|
||||
"prepush": "yarn test",
|
||||
"start": "node server/index.js",
|
||||
@@ -50,6 +51,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/runtime-corejs3": "^7.8.3",
|
||||
"@graphql-codegen/cli": "^1.13.1",
|
||||
"@graphql-codegen/fragment-matcher": "^1.13.1",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"cli-engine": "^4.7.6",
|
||||
"cypress": "^3.1.0",
|
||||
|
||||
Reference in New Issue
Block a user