windows: ps1

This commit is contained in:
Unitech 2025-03-11 09:06:06 +01:00
parent 4b99f16c97
commit 6025dcd4e0
2 changed files with 2 additions and 10 deletions

11
bin/pm2
View File

@ -1,10 +1,3 @@
#!/bin/sh -
':' /*-
if [ "$OS" = "Windows_NT" ]; then
exec node "$0" "$@"
else
bun=$(bun --version 2>&1) && exec bun "$0" "$@"
node=$(node --version 2>&1) && exec node "$0" "$@"
fi
*/
#!/usr/bin/env node
require('../lib/binaries/CLI.js');

View File

@ -163,7 +163,6 @@
],
"bin": {
"pm2": "bin/pm2",
"pm2.cmd": "bin/pm2-windows",
"pm2-dev": "bin/pm2-dev",
"pm2-docker": "bin/pm2-docker",
"pm2-runtime": "bin/pm2-runtime"