Reset to parent
All checks were successful
Queue Release Build / prepare (push) Successful in 19s
Queue Release Build / build-windows (push) Successful in 24m35s
Queue Release Build / build-linux (push) Successful in 39m23s
Queue Release Build / finalize (push) Successful in 4m9s

This commit is contained in:
2026-03-11 00:33:05 +01:00
parent c673771035
commit bb087cd2d8
6 changed files with 34546 additions and 26 deletions

2863
server/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -4,10 +4,7 @@ import path from 'path';
import fs from 'fs';
import { createServer as createHttpServer } from 'http';
import { createServer as createHttpsServer } from 'https';
import {
resolveCertificateDirectory,
resolveEnvFilePath
} from './runtime-paths';
import { resolveCertificateDirectory, resolveEnvFilePath } from './runtime-paths';
// Load .env from project root (one level up from server/)
dotenv.config({ path: resolveEnvFilePath() });