We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce58cb commit 7340762Copy full SHA for 7340762
2 files changed
examples/graphql/index.js
@@ -1,6 +1,6 @@
1
import { App } from '@tinyhttp/app'
2
import graphql from 'graphql'
3
-import {createHandler} from 'graphql-http/lib/use/http'
+import { createHandler } from 'graphql-http/lib/use/http'
4
5
const app = new App()
6
const port = parseInt(process.env.PORT) || 3000
examples/ws/index.js
@@ -1,5 +1,5 @@
-import { App, } from '@tinyhttp/app'
-import { tinyws, } from 'tinyws'
+import { App } from '@tinyhttp/app'
+import { tinyws } from 'tinyws'
@@ -24,4 +24,4 @@ app.use('/chat', async (req) => {
24
}
25
})
26
27
-app.listen(3000)
+app.listen(3000)
0 commit comments