Spaces:
Sleeping
Sleeping
File size: 187 Bytes
ebd68ab | 1 2 3 4 5 6 7 | import { getConsistentMachineId } from "./machineId";
// Get machine ID using node-machine-id with salt
export async function getMachineId() {
return await getConsistentMachineId();
}
|