Rewrite frontend as single self-contained HTML file — all CSS/JS inline, no external files to fail loading
This commit is contained in:
10
dist/config/index.js
vendored
Normal file
10
dist/config/index.js
vendored
Normal 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
|
||||
Reference in New Issue
Block a user