feat: update preinstalled skills and CLI scripts, enhance packaging process, and add configuration for Windows and macOS
This commit is contained in:
7
scripts/configure-zx-shell.mjs
Normal file
7
scripts/configure-zx-shell.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
import { usePowerShell } from 'zx';
|
||||
|
||||
export function configureZxShellForPlatform() {
|
||||
if (process.platform === 'win32') {
|
||||
usePowerShell();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user