feature: verify tokens

This commit is contained in:
2024-11-17 22:28:29 +05:30
parent 26a00c9f7c
commit 9d40c9d7ec
57 changed files with 4188 additions and 276 deletions

View File

@@ -14,7 +14,7 @@ tasks:
start-graph:
desc: run graph server
cmds:
- cmd: go run ./graph/server
- cmd: go run ./cmd/server
start-web:
desc: run web in dev mode
@@ -36,7 +36,6 @@ tasks:
graph-gen:
desc: graph gen
cmds:
- go mod tidy
- go generate ./graph
graph-codegen: