no1b4me commited on
Commit
00b61bd
·
verified ·
1 Parent(s): 20a7802

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -133,7 +133,7 @@ function startServer(port) {
133
  }
134
 
135
  // Start the server with automatic port selection
136
- startServer(9876).catch(err => {
137
  logger.error('Failed to start server:', err);
138
  process.exit(1);
139
  });
 
133
  }
134
 
135
  // Start the server with automatic port selection
136
+ startServer(3000).catch(err => {
137
  logger.error('Failed to start server:', err);
138
  process.exit(1);
139
  });