Files
bare-operating-system/packages/bare-os-booter/standalone.mjs
T
Raven Scott d30b918442
Release rolling / release (push) Canceled after 1m44s
booter fixes
2026-07-31 13:44:53 -04:00

7 lines
210 B
JavaScript

/**
* Booter host entry for standalone binaries.
* Prefer static graph: pack-imports → index (OTA prelude is static inside index).
*/
import './lib/bare-os-standalone-pack-imports.mjs'
import './index.js'