We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b99f16 commit 6025dcdCopy full SHA for 6025dcd
2 files changed
bin/pm2
@@ -1,10 +1,3 @@
1
-#!/bin/sh -
2
-':' /*-
3
-if [ "$OS" = "Windows_NT" ]; then
4
- exec node "$0" "$@"
5
-else
6
- bun=$(bun --version 2>&1) && exec bun "$0" "$@"
7
- node=$(node --version 2>&1) && exec node "$0" "$@"
8
-fi
9
-*/
+#!/usr/bin/env node
+
10
require('../lib/binaries/CLI.js');
package.json
@@ -163,7 +163,6 @@
163
],
164
"bin": {
165
"pm2": "bin/pm2",
166
- "pm2.cmd": "bin/pm2-windows",
167
"pm2-dev": "bin/pm2-dev",
168
"pm2-docker": "bin/pm2-docker",
169
"pm2-runtime": "bin/pm2-runtime"
0 commit comments