server.js:
This commit is contained in:
parent
ece689fbdf
commit
ec02dd922d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
const { Server } = require('@localfirst/relay')
|
const { Server } = require('@localfirst/relay/dist')
|
||||||
|
|
||||||
const DEFAULT_PORT = 8080
|
const DEFAULT_PORT = 8080
|
||||||
const port = Number(process.env.PORT) || DEFAULT_PORT
|
const port = Number(process.env.PORT) || DEFAULT_PORT
|
||||||
|
|
Loading…
Reference in a new issue