debugging
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 4m49s

This commit is contained in:
2025-12-18 14:24:59 -05:00
parent 5812050ddb
commit 4941fde333

View File

@@ -59,10 +59,10 @@ const { handleRequest } = createYoga<NextContext>({
graphqlEndpoint: "/api/graphql", graphqlEndpoint: "/api/graphql",
// Yoga needs to know how to create a valid Next response // Yoga needs to know how to create a valid Next response
fetchAPI: { Response }, fetchAPI: { Response }
plugins: [useApiKey(), EnvelopArmorPlugin()], // plugins: [useApiKey(), EnvelopArmorPlugin()],
graphiql: environment !== "production" ? true : false // graphiql: environment !== "production" ? true : false
}); });
export { export {