import { usePowerShell } from 'zx'; export function configureZxShellForPlatform() { if (process.platform === 'win32') { usePowerShell(); } }