feat(*): Update server for deploying

This commit is contained in:
Josh Creek
2023-07-11 17:18:53 +00:00
parent fe8285b06a
commit ba94bdb36b
4 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -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);