Rewrite frontend as single self-contained HTML file — all CSS/JS inline, no external files to fail loading

This commit is contained in:
2026-05-13 17:24:10 +02:00
parent 3432d362e2
commit ddb0f88257
116 changed files with 4240 additions and 921 deletions

10
dist/config/index.js vendored Normal file
View File

@@ -0,0 +1,10 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.printStats = exports.createStats = exports.defaultConfig = exports.getDefaultConfig = void 0;
var config_1 = require("./config");
Object.defineProperty(exports, "getDefaultConfig", { enumerable: true, get: function () { return config_1.getDefaultConfig; } });
Object.defineProperty(exports, "defaultConfig", { enumerable: true, get: function () { return config_1.defaultConfig; } });
var stats_1 = require("./stats");
Object.defineProperty(exports, "createStats", { enumerable: true, get: function () { return stats_1.createStats; } });
Object.defineProperty(exports, "printStats", { enumerable: true, get: function () { return stats_1.printStats; } });
//# sourceMappingURL=index.js.map