Files
openclaw/scripts/ui.js
2026-08-27 07:00:01 -07:00

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();