mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Typo
This commit is contained in:
parent
a5e769de3f
commit
3d56875be5
@ -1,5 +1,5 @@
|
|||||||
import createServer from './server'
|
import createServer from './server'
|
||||||
import ActiviyPub from './activitypub/ActivityPub'
|
import ActivityPub from './activitypub/ActivityPub'
|
||||||
|
|
||||||
const serverConfig = {
|
const serverConfig = {
|
||||||
port: process.env.GRAPHQL_PORT || 4000
|
port: process.env.GRAPHQL_PORT || 4000
|
||||||
@ -13,5 +13,5 @@ const server = createServer()
|
|||||||
server.start(serverConfig, options => {
|
server.start(serverConfig, options => {
|
||||||
/* eslint-disable-next-line no-console */
|
/* eslint-disable-next-line no-console */
|
||||||
console.log(`Server ready at ${process.env.GRAPHQL_URI} 🚀`)
|
console.log(`Server ready at ${process.env.GRAPHQL_URI} 🚀`)
|
||||||
ActiviyPub.init(server)
|
ActivityPub.init(server)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user