1
0

fix: This piece of shit
All checks were successful
Remote Deploy / deploy (push) Successful in 3s

This commit is contained in:
2025-08-07 10:58:15 +02:00
parent 9b56bff8a8
commit 15c5a6b563
3 changed files with 46 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ const path = require("path");
const app = express();
const fs = require("fs/promises");
const cheerio = require("cheerio");
const { File } = require('fetch-blob');
global.File = File;
const PORT = process.env.PORT || 3000;