Corrigir E2BIG em pipelines, adicionar diretório de projeto e retomada

This commit is contained in:
Fred
2026-02-27 23:46:05 -03:00
parent 38556f9bf5
commit a1d3ce707c
11 changed files with 274 additions and 16 deletions

View File

@@ -63,6 +63,7 @@ function verifyWebhookSignature(req, res, next) {
}
const app = express();
app.set('trust proxy', 1);
const httpServer = createServer(app);
const wss = new WebSocketServer({ server: httpServer });