fix: gql.tada not generating Typescript schema
Summary: Test Plan:
This commit is contained in:
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "wrangler dev src/index.ts",
|
||||
"dev": "wrangler dev src/index.ts --port 8080",
|
||||
"deploy": "wrangler deploy --minify src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hono/swagger-ui": "^0.2.2",
|
||||
"@hono/zod-openapi": "^0.12.0",
|
||||
"gql.tada": "^1.7.4",
|
||||
"gql.tada": "^1.7.5",
|
||||
"graphql-request": "^7.0.1",
|
||||
"hono": "^4.3.6",
|
||||
"zod": "^3.23.8"
|
||||
|
||||
212
src/types/anilist-graphql.d.ts
vendored
Normal file
212
src/types/anilist-graphql.d.ts
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user