7 lines
230 B
JavaScript
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'
|