mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
6 lines
155 B
JavaScript
6 lines
155 B
JavaScript
#!/usr/bin/env node
|
|
import { runUiCli } from "./ui.mts";
|
|
|
|
// Native imports avoid loader startup and leave process lifetime with the UI owner.
|
|
runUiCli();
|