Reaperxxxx commited on
Commit
9fc9694
·
verified ·
1 Parent(s): 417855f

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -3,7 +3,7 @@ const { chromium } = require("playwright-core");
3
  const { execSync } = require("child_process");
4
 
5
  const app = express();
6
- const PORT = process.env.PORT || 3000;
7
 
8
  async function getChromiumPath() {
9
  try {
 
3
  const { execSync } = require("child_process");
4
 
5
  const app = express();
6
+ const PORT = process.env.PORT || 7860;
7
 
8
  async function getChromiumPath() {
9
  try {