Skip to content

Commit c0340af

Browse files
committed
fix indent in pm2 config
1 parent 180f69a commit c0340af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example-pm2.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "api-proxy",
33
"script": "./server.imba",
44
"time": true,
5-
"env": {
6-
"PORT": "3000"
7-
},
8-
"interpreter": "/home/scrimba/.npm-packages/bin/imba"
5+
"env": {
6+
"PORT": "3000"
7+
},
8+
"interpreter": "/home/scrimba/.npm-packages/bin/imba"
99
}

0 commit comments

Comments
 (0)