feat(server): auth server (#2773)

This commit is contained in:
LongYinan
2023-06-21 14:08:32 +08:00
committed by GitHub
parent 2698e7fd0d
commit 9b3fa43b81
36 changed files with 4089 additions and 2013 deletions
+3
View File
@@ -18,6 +18,9 @@
"lodash-es": "^4.17.21",
"prettier": "^2.8.8"
},
"scripts": {
"postinstall": "gql-gen"
},
"dependencies": {
"graphql": "^16.6.0"
}