From 84b9d1b18aa2ad65c8a740763e719f8993afafbf Mon Sep 17 00:00:00 2001 From: Samuel Andert Date: Tue, 22 Aug 2023 10:47:11 +0200 Subject: [PATCH] try production deployment again --- src/envelopePlugin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/envelopePlugin.ts b/src/envelopePlugin.ts index 3201def..c1af02d 100644 --- a/src/envelopePlugin.ts +++ b/src/envelopePlugin.ts @@ -1,3 +1,4 @@ +/* eslint-disable react-hooks/rules-of-hooks */ import { useGenericAuth } from '@envelop/generic-auth' import { MeshPlugin } from '@graphql-mesh/types'