Skip to content

Commit

Permalink
revert: codegen changes
Browse files Browse the repository at this point in the history
  • Loading branch information
naftis committed Oct 29, 2024
1 parent f7cb826 commit 855b96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config: CodegenConfig = {
schema: [
{
'http://localhost:7070/graphql': {
headers: {}
headers: { Authorization: `Bearer ${process.env.TOKEN}` }
}
}
],
Expand Down

0 comments on commit 855b96e

Please sign in to comment.