Reset to parent
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 02:22:42 +01:00
parent c673771035
commit bb087cd2d8
6 changed files with 34546 additions and 26 deletions
+1 -4
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() });