Refactor code structure for improved readability and maintainability
Some checks failed
Build (3DS) / build (push) Failing after 2m10s

This commit is contained in:
2025-12-06 21:08:15 -06:00
parent e833b79458
commit 2ded2a5a00
4 changed files with 1076 additions and 3 deletions

1072
server/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@ const fs = require('fs');
const QRCode = require('qrcode');
const app = express();
const PORT = process.env.PORT || 3000;
const PORT = process.env.PORT || 4012;
// Function to read current version from main.h
function getCurrentVersion() {