mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
#237 coffescript executed in cluster mode by default
This commit is contained in:
parent
286719a09e
commit
e507dc4901
3
examples/echo.coffee
Normal file
3
examples/echo.coffee
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env coffee
|
||||
|
||||
setInterval (-> console.log 'ok'), 500
|
||||
@ -3,6 +3,5 @@
|
||||
".py": "python",
|
||||
".rb": "ruby",
|
||||
".php": "php",
|
||||
".pl" : "perl",
|
||||
".coffee" : "coffee"
|
||||
".pl" : "perl"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user