Migrated to NodeJS/Vite/Express/Material UI 2 #1

Merged
slawek merged 15 commits from feature/migration-to-nodejs into main 2026-04-20 08:04:33 +02:00
Showing only changes of commit 8087daa518 - Show all commits

View File

@@ -4,7 +4,7 @@
const http = require("node:http");
const port = Number.parseInt(process.env.PORT || "3000", 10);
const path = process.env.HEALTHCHECK_PATH || "/api/templates";
const path = process.env.HEALTHCHECK_PATH || "/api/health";
const timeoutMs = Number.parseInt(process.env.HEALTHCHECK_TIMEOUT_MS || "3000", 10);
const req = http.request(