mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-13 02:53:46 +00:00
feat(*): Update server for deploying
This commit is contained in:
@@ -7,7 +7,7 @@ import { ChangeEstimateMessage } from './classes/messages/ChangeEstimateMessage.
|
||||
import { SelectEstimateMessage } from './classes/messages/SelectEstimateMessage.js';
|
||||
|
||||
const app = express();
|
||||
const port = process.env.PORT || 3000;
|
||||
const port = process.env.PORT || 8080;
|
||||
|
||||
function onSocketPreError(e: Error) {
|
||||
console.log(e);
|
||||
|
||||
Reference in New Issue
Block a user