1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump frontend dependencies & setup better urql cache

This commit is contained in:
Quentin Gliech
2023-04-19 11:24:20 +02:00
parent a6704813c1
commit 558ee7f197
8 changed files with 2160 additions and 325 deletions

View File

@ -9,6 +9,9 @@ const config: CodegenConfig = {
preset: "client",
plugins: [],
},
"./src/gql/schema.ts": {
plugins: ["urql-introspection"],
},
},
hooks: { afterAllFileWrite: ["eslint --fix"] },
};