You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2026-01-03 17:02:28 +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