server.js:

This commit is contained in:
HerbCaudill 2020-12-18 13:41:39 +01:00
parent ece689fbdf
commit ec02dd922d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const { Server } = require('@localfirst/relay')
const { Server } = require('@localfirst/relay/dist')
const DEFAULT_PORT = 8080
const port = Number(process.env.PORT) || DEFAULT_PORT