Holesail Service Daemon + Bin Client

This commit is contained in:
Raven Scott
2026-04-09 20:42:54 -04:00
parent 3a69906046
commit c8c877f688
168 changed files with 387155 additions and 30713 deletions
+12 -5
View File
@@ -342,10 +342,17 @@ var __bare_os_bundle_exports__ = (() => {
}
});
// ../bare-os-openssh/vendor/bare-node-shims/bare-node-events/index.js
var require_bare_node_events = __commonJS({
"../bare-os-openssh/vendor/bare-node-shims/bare-node-events/index.js"(exports, module) {
module.exports = require_bare_events();
}
});
// ../../node_modules/events-universal/default.js
var require_default = __commonJS({
"../../node_modules/events-universal/default.js"(exports, module) {
module.exports = __require("events");
module.exports = require_bare_node_events();
}
});
@@ -5447,9 +5454,9 @@ var __bare_os_bundle_exports__ = (() => {
}
});
// ../../node_modules/bare-net/lib/constants.js
// ../bare-os-openssh/vendor/bare-node-shims/bare-net/lib/constants.js
var require_constants5 = __commonJS({
"../../node_modules/bare-net/lib/constants.js"(exports, module) {
"../bare-os-openssh/vendor/bare-node-shims/bare-net/lib/constants.js"(exports, module) {
module.exports = {
type: {
TCP: 1,
@@ -5462,9 +5469,9 @@ var __bare_os_bundle_exports__ = (() => {
}
});
// ../../node_modules/bare-net/index.js
// ../bare-os-openssh/vendor/bare-node-shims/bare-net/index.js
var require_bare_net = __commonJS({
"../../node_modules/bare-net/index.js"(exports) {
"../bare-os-openssh/vendor/bare-node-shims/bare-net/index.js"(exports) {
var EventEmitter = require_bare_events();
var { Duplex } = require_bare_stream();
var tcp = require_bare_tcp();