05ed037fe8
- DNS: pilot.landvex.com -> 16.170.83.169 - TLS: Let's Encrypt certificate (expires 2026-09-30) - Nginx: reverse proxy with SSL termination - API: https://pilot.landvex.com/api/v1/missions - UI: https://pilot.landvex.com/ - Upload: POST /api/v1/missions/import (multipart/form-data) Verified: ✅ https://pilot.landvex.com/health ✅ https://pilot.landvex.com/version ✅ https://pilot.landvex.com/api/v1/missions (list) ✅ https://pilot.landvex.com/api/v1/missions/:id (get) ✅ POST /api/v1/missions/import (video upload) ✅ UI loads with title 'LandveX Intelligence Lab' Next: Pilot 001 — Break the system!
9 lines
526 B
JavaScript
9 lines
526 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.tracing = exports.metrics = void 0;
|
|
// simple node version that imports from node builtin
|
|
// this is built to both ESM and CommonJS on the 'node' import path
|
|
const node_diagnostics_channel_1 = require("node:diagnostics_channel");
|
|
exports.metrics = (0, node_diagnostics_channel_1.channel)('lru-cache:metrics');
|
|
exports.tracing = (0, node_diagnostics_channel_1.tracingChannel)('lru-cache');
|
|
//# sourceMappingURL=diagnostics-channel-node.js.map
|