- Full-featured monitoring dashboard for local web apps - Real-time status tracking with uptime percentages - Visual sparklines for status history - Add/Edit/Delete apps dynamically - Categories and color coding - Auto-refresh every 30 seconds - API endpoints for apps and status management
29 lines
714 B
JavaScript
29 lines
714 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
RequestCookies: null,
|
|
ResponseCookies: null,
|
|
stringifyCookie: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
RequestCookies: function() {
|
|
return _cookies.RequestCookies;
|
|
},
|
|
ResponseCookies: function() {
|
|
return _cookies.ResponseCookies;
|
|
},
|
|
stringifyCookie: function() {
|
|
return _cookies.stringifyCookie;
|
|
}
|
|
});
|
|
const _cookies = require("next/dist/compiled/@edge-runtime/cookies");
|
|
|
|
//# sourceMappingURL=cookies.js.map
|