Skip to content

Commit b1951d4

Browse files
committed
Update pm2.json
1 parent f44f414 commit b1951d4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pm2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
"apps": [
33
{
44
"name": "PhotoBox Slash Commands",
5-
"script": "node",
6-
"args": "dist/index.js"
5+
"script": "node",
6+
"args": "dist/index.js",
7+
"env": {
8+
"NODE_ENV": "development"
9+
},
10+
"env_production": {
11+
"NODE_ENV": "production"
12+
}
713
}
814
]
915
}

0 commit comments

Comments
 (0)