We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7569dc commit 8a2b27aCopy full SHA for 8a2b27a
bin/start.sh
@@ -4,6 +4,8 @@
4
# pm2 save
5
# pm2 startup centos
6
7
+cd `dirname $0`
8
+
9
if [ "$1" == "" ]; then
10
npm run prod
11
else
0 commit comments