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
Bump frontend dependencies & setup better urql cache
This commit is contained in:
@ -9,6 +9,9 @@ const config: CodegenConfig = {
|
||||
preset: "client",
|
||||
plugins: [],
|
||||
},
|
||||
"./src/gql/schema.ts": {
|
||||
plugins: ["urql-introspection"],
|
||||
},
|
||||
},
|
||||
hooks: { afterAllFileWrite: ["eslint --fix"] },
|
||||
};
|
||||
|
Reference in New Issue
Block a user