pfp size limit to 50mb

This commit is contained in:
2025-12-12 16:34:19 +01:00
parent b931e48bca
commit 1bc651958c
3 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
const fastify = require('fastify')({ logger: true });
const fastify = require('fastify')({
logger: { level: 'error' },
});
const path = require('path');
const jwt = require("jsonwebtoken");
const { initHeadless } = require("./dist/shared/headless");