Skip to content

Commit

Permalink
chore: Cleans up server template for realtime (#8487)
Browse files Browse the repository at this point in the history
* Cleans up server template for realtime

* Update packages/cli/src/commands/experimental/templates/server.ts.template

Co-authored-by: Josh GM Walker <[email protected]>
  • Loading branch information
2 people authored and jtoar committed Jun 2, 2023
1 parent af7b7c6 commit a6ba965
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 a6ba965

Please sign in to comment.