You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
WIP my account page
This commit is contained in:
@ -2,7 +2,7 @@ import { CodegenConfig } from "@graphql-codegen/cli";
|
||||
|
||||
const config: CodegenConfig = {
|
||||
schema: "./schema.graphql",
|
||||
documents: ["src/**/*.tsx", "!src/gql/**/*"],
|
||||
documents: ["src/**/*.{tsx,ts}", "!src/gql/**/*"],
|
||||
ignoreNoDocuments: true, // for better experience with the watcher
|
||||
generates: {
|
||||
"./src/gql/": {
|
||||
|
Reference in New Issue
Block a user