This commit is contained in:
2026-08-18 18:11:34 -04:00
parent bbaf47028f
commit 05dab1f18a
263 changed files with 895 additions and 872 deletions
@@ -6,9 +6,9 @@
*/
import { readFileSync } from '#host-fs'
import { tryRequireFromBooter } from './bare-os-ctx-bare.js'
import { bareOsHostBooterWarn } from './bare-os-host-booter-log.js'
import { takePackedDiscordJs } from './bare-os-ctx-discord-registry.js'
import { tryRequireFromBooter } from '../ctx/bare-os-ctx-bare.js'
import { bareOsHostBooterWarn } from '../host/bare-os-host-booter-log.js'
import { takePackedDiscordJs } from '../ctx/bare-os-ctx-discord-registry.js'
/** @type {Record<string, unknown> | undefined} */
let discordJsCache