Spaces:
Paused
Paused
Update server.js
Browse files
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 ||
|
| 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 {
|