Skip to content

Commit a2c39ef

Browse files
Semih KEŞKEKSemih KEŞKEK
authored andcommitted
pm2 configuration
1 parent 6fbba96 commit a2c39ef

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

process.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"apps": [
3+
{
4+
"script": "app.js",
5+
"watch": true,
6+
"ignore_watch": [
7+
"node_modules",
8+
"History",
9+
"Sites",
10+
"typings",
11+
".vscode",
12+
".git",
13+
".gitignore"
14+
],
15+
"env": {
16+
"NODE_ENV": "development"
17+
},
18+
"env_production": {
19+
"NODE_ENV": "production"
20+
}
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)