Skip to content

Commit

Permalink
Merge branch 'main' into renovate/typescript-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored Jun 1, 2023
2 parents b7101a9 + 4d851ee commit f9372b9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import path from 'path'

// import { useLiveQuery } from '@envelop/live-query'
import chalk from 'chalk'
import { config } from 'dotenv-defaults'
import Fastify from 'fastify'
import { OperationTypeNode } from 'graphql'

import {
coerceRootPath,
Expand Down Expand Up @@ -55,7 +53,6 @@ async function serve() {
await fastify.register(redwoodFastifyGraphQLServer, {
loggerConfig: {
logger: logger,
options: { query: true, data: true, level: 'trace' },
},
graphiQLEndpoint: '/.redwood/functions/graphql',
sdls,
Expand Down

0 comments on commit f9372b9

Please sign in to comment.