Skip to content

Commit

Permalink
fix: 🏷️improve typings & export types
Browse files Browse the repository at this point in the history
  • Loading branch information
Banou26 committed Sep 20, 2023
1 parent 543ffc1 commit 8fde369
Show file tree
Hide file tree
Showing 35 changed files with 102 additions and 4,980 deletions.
2 changes: 1 addition & 1 deletion codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config: CodegenConfig = {
],
config: {
useTypeImports: true,
contextType: '../server#Context',
contextType: '../urql/client#ServerContext',
scalars: {
Uri: 'Uri'
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types-watch": "tsc --watch",
"lint": "eslint --fix",
"_dev": "vite build --watch",
"build": "vite build",
"build": "vite build && tsc",
"test": "node _codegen.js && tsx bin/test.ts",
"test-watch": "tsx watch bin/test.ts"
},
Expand Down
94 changes: 0 additions & 94 deletions src/_graphql/airing.gql

This file was deleted.

233 changes: 0 additions & 233 deletions src/_graphql/character.gql

This file was deleted.

12 changes: 0 additions & 12 deletions src/_graphql/external-link.gql

This file was deleted.

Loading

0 comments on commit 8fde369

Please sign in to comment.