Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MattG57 authored Jan 21, 2025
1 parent 33dbd7b commit efef785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import App from './app.js';

const app = new App(Number(process.env.PORT) || 8080);
console.log(`Starting node app with port: ${port}`);

['SIGTERM', 'SIGINT', 'SIGQUIT'].forEach(signal => {
process.on(signal, async () => {
Expand Down

0 comments on commit efef785

Please sign in to comment.