This website works better with JavaScript.
Home
Sign In
dusan
/
dusanmitrovic.xyz
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add a pm2 ecosystem file
Signed-off-by: Dušan Mitrović <dusan@dusanmitrovic.xyz>
master
Dušan Mitrović
3 months ago
parent
e117ba484b
commit
6282515a96
Signed by:
dusan
GPG Key ID:
8E81D1BFCE8427E5
1 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
ecosystem.config.js
+ 17
- 0
ecosystem.config.js
View File
@@ -0,0 +1,17 @@
module.exports = {
apps: [{
script: 'app.js',
watch: [
'views',
],
watch_delay: 1000,
ignore_watch: [
'node_modules',
'static',
'certificates'
],
watch_options: {
'followSymlinks': false
},
}],
}
Write
Preview
Loading…
Cancel
Save