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

7 lines
230 B
JavaScript

/**
* bare-os-booter Bare standalone entry (peardock-style).
* All imports are static so bare-pack/bare-build embed the full module graph.
*/
import 'bare-node-runtime/global'
import '../packages/bare-os-booter/standalone.mjs'