chore: auto-commit from dashboard

This commit is contained in:
2026-04-22 11:05:14 +00:00
parent 51af0918a4
commit bfc2283e6f
7 changed files with 103 additions and 46 deletions

View File

@@ -113,7 +113,7 @@ async function startConnection() {
// --- Express API ---
const app = express();
app.use(express.json());
app.use(express.json({ limit: '50mb' }));
app.get('/status', (_req, res) => {
res.json({