9 lines
320 B
JavaScript
9 lines
320 B
JavaScript
/**
|
|
* Booter host entry for standalone binaries.
|
|
* Prefer static graph: pack-imports → index (OTA prelude is static inside index).
|
|
*/
|
|
import './lib/services/bare-os-discord-ws-bootstrap.mjs'
|
|
import './lib/ctx/bare-os-standalone-pack-imports.mjs'
|
|
import './lib/ctx/bare-os-ctx-discord-packed.js'
|
|
import './index.js'
|