UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

9 lines (8 loc) 251 B
import { homedir } from "node:os"; function labelProcess(title) { const home = homedir(), cwd = process.cwd(); process.title = `Onejs:${title} > ${cwd.replace(home, "~")}`; } export { labelProcess }; //# sourceMappingURL=label-process.mjs.map