mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
- feat(rtk): buildOutput filter + autodetect for npm/yarn/cargo logs - chore: remove unused cloud sync module and related routes - ui: hide deprecated providers (qwen, iflow, antigravity) - chore: minor tray/cli/internal adjustments
7 lines
187 B
JavaScript
7 lines
187 B
JavaScript
import { getConsistentMachineId } from "./machineId";
|
|
|
|
// Get machine ID using node-machine-id with salt
|
|
export async function getMachineId() {
|
|
return await getConsistentMachineId();
|
|
}
|